Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Update XLA requirements | Jordan Gong | |
2021-01-12 | Bump up version for tqdm | Jordan Gong | |
2021-01-03 | Bump up version for pillow | Jordan Gong | |
2020-12-29 | Encode class names to label and some access improvement | Jordan 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-26 | Bump up version for tqdm | Jordan Gong | |
2020-12-22 | Remove unused Matplotlib dependency | Jordan Gong | |
2020-12-21 | Change image loading technique | Jordan 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-19 | Add cache switch, allowing load all data into RAM before sampling | Jordan Gong | |
2020-12-18 | Add torch and numpy to requirements.txt | Jordan Gong | |
2020-12-16 | Init the repo | Jordan Gong | |