summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2021-01-03Unit testing on auto-encoder, HPM and Part NetJordan 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-27Try some unit tests on CASIA-B datasetJordan Gong