summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2021-02-19Bump up tqdm versionJordan Gong
2021-01-20Bump up version for scikit-learnJordan Gong
2021-01-12Bump up version for tqdmJordan Gong
2021-01-03Bump up version for pillowJordan Gong
2020-12-29Encode class names to label and some access improvementJordan Gong
1. Encode class names using LabelEncoder from sklearn 2. Remove unneeded class variables 3. Protect some variables from being accessed in userspace
2020-12-26Bump up version for tqdmJordan Gong
2020-12-22Remove unused Matplotlib dependencyJordan Gong
2020-12-21Change image loading techniqueJordan Gong
1. Use Pillow.Image.open instead of torchvision.io.read_image to read image 2. Transforming PIL images instead of tensors which performs better and device option is removed 3. Images are normalized now
2020-12-19Add cache switch, allowing load all data into RAM before samplingJordan Gong
2020-12-18Add torch and numpy to requirements.txtJordan Gong
2020-12-16Init the repoJordan Gong