IBM / mi-prometheus

Enabling reproducible Machine Learning research
http://mi-prometheus.rtfd.io/
Apache License 2.0
42 stars 18 forks source link

Release/0.2.1 #27

Closed vmarois closed 6 years ago

vmarois commented 6 years ago

setup.py

This release adds the setup.py script which should ease the install of MI-Prometheus. The user should now be able to run python setup.py install from the cloned repository to install it. This indicates that the workers/, problems/, models/, utils/ packages have been moved under the now root miprometheus package. The setup.py script also registers aliases for the workers, which can now be executed as regular linux command: mip-offline-trainer, mip-online-trainer, mip-tester, mip-grid-trainer-cpu, mip-grid-trainer-gpu, mip-grid-tester-cpu, mip-grid-tester-gpu, mip-grid-analyzer are available.

Documentation Build

This release also adresses the documentation build, which should be now working. The documentation is available on readthedocs.io.

Miscelleanous

The Grid Workers include more safety check to avoid confusing the user, and have a more consistent behavior: