tiepvupsu / DICTOL_python

A Python implementation of well-known dictionary learning methods.
MIT License
75 stars 28 forks source link

Fixed train_test split function in utils.py ,optimize.py and dataset folder #10

Closed ksasi closed 3 years ago

ksasi commented 3 years ago

Fixed train_test split function in utils.py and fixed optimize.py to resolve divide by zero errors. Also updated the dataset folder with the same versions as that of the matlab version (https://github.com/tiepvupsu/DICTOL).