2020-05-13 14:55:57 +02:00
2020-04-08 14:59:42 +02:00
2020-05-13 14:55:57 +02:00
2020-05-13 14:55:57 +02:00
2020-04-08 14:59:42 +02:00
2020-04-08 14:59:42 +02:00
2020-04-08 14:59:42 +02:00
2020-04-15 15:59:51 +02:00

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

###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:
     mklink /d "ml_lib" "..\ml_lib""
    
    For Unix User:
    TBA
    
  • Cheers
Description
No description provided
Readme 163 KiB
Languages
Python 100%