-
Added full documentation of entities (such as benchmarks, datasets and models). The new release now includes a full-fledged HTML-based documentation, powered by MKDocs.
-
A detailed documentation has been now added around all benchmarks, datasets, installation aspects.
-
A detailed FAQ and Tutorial have also been added.
-
Updated CREDITS file.
-
Reorganisation of the file structure.
-
Simplified the benchmark, datasets and framework options using a single Configuration file.
-
Removed the use of files for retaining logo and messages. They are now incorporated as part of the files. This results in improved response to a number of commands, such as
about
. -
The new version has an improved API to support / separate training and inference aspects of benchmarking.
-
Notion of benchmark groups has been introduced. This supports better grouping of benchmarks into sub-folders.
-
Additional commands:
info
,version
. -
Additional options for commands:
--deps
option for thelist
command for obtaining dependency information on benchmarks,--mode
,--model
,--dataset_dir
options for therun
command, and--mode
option for thedownload
command.
-
Removal of redundant / nonsensical features, commands and options from 1.0.0
- Removal of
--brief
option for thelist
command.
- Removal of
-
Very streamlined and cleaner interface for download, and install commands. All download and installation commands result in summary outputs and detailed outputs are available as log files. This means, less clutter to the terminal window.
-
Numerous bug fixes, enhancements and simplification of options and commands.
-
Added
--deps
option to the list command to list dependencies of benchmarks -
Added download check for
--verify
option.
-
Separation of example benchmarks/datasets from mainstream benchmarks/datasets.
-
Converted the em_denoise benchmark to PyTorch for better support.
-
The mnist example is now available in PyTorch, TensorFlow+Keras, and Apache MXNet.
-
Simplified all benchmark implementations. New benchmark implementations are well structured with less clutter.
-
All benchmarks now include inference options.
- Datasets are now available in two locations: STFC (UK) and Open Storage Network (San Diego Supercomputing Centre).
◼︎