- Python 3 (>=3.7)
- Pipenv
As long as you have Python3 and Pipenv installed, run the following command:
$ pipenv install
Pipenv will automatically create and install all the required dependencies for the project.
Running the following command launches the trainer in the selected framework using a list of worker sizes. By default it runs for 2, 4, 8, 16 and 32 workers.
$ pipenv shell # Activate the virtualenv created by Pipenv
$ ./launch -f [tf|torch|ray] -e [number of epochs]