826 B
826 B
ML lib
This ML-lib is based on pytorch, pytorch lightning and neptune
Clone it to find a collection of:
- Evaluation Functions
- Utility Function for Model I/O
- DL Modules
- A Plotter Object
- Audio related Tools and Funtion
- Librosa
- Scipy Signal
- PointCloud related Tools and Functions
###Notes:
- Use directory links to link from your main project folder to the ml_lib folder. Pycharm will automatically use
included packages.
For Windows Users:
For Unix User:mklink /d "ml_lib" "..\ml_lib""
ln -s ../ml_lib ml_lib