NVE / avalanche_ml

Applying machine learning in the Norwegian Avalanche warning Service
MIT License
2 stars 1 forks source link

adding YML environment file to repository #27

Closed Jakidxav closed 3 years ago

Jakidxav commented 3 years ago

I've included a YML file and updated the README to show how others getting involved in the project can quickly replicate our Anaconda working environment. I've included all of the imported Python packages I could find in the repository, but feel free to add to the YML if we end up using more packages. For example, at some point I will need to add in TensorFlow 2, but have excluded it for the time being.

Cloning this conda environment using the YML file, I was able to run the two demo (classifier and clustering) scripts without any issues.

widforss commented 3 years ago

I'll double check the dependencies later. If there is something missing, it would be something used by the varsomdata submodule, but I can't think of anything of the top of by head.

widforss commented 3 years ago

I've always just exported the env from conda, but writing it manually makes it much more readable. Nice!