summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2021-02-08Code refactoring, modifications and new featuresJordan Gong
2021-01-23Add late start support for non-disentangling partsJordan Gong
2021-01-23Evaluation bug fixes and code reviewJordan Gong
2021-01-14Enable optimizer fine tuningJordan Gong
2021-01-13Add multiple checkpoints for different model and set default config valueJordan Gong
2021-01-12Some changes in hyperparameter configJordan Gong
2021-01-12Some type hint fixesJordan Gong
2021-01-11Add evaluation script, code review and fix some bugsJordan Gong
2021-01-11Implement evaluatorJordan Gong
2021-01-09Fix NaN when separate sum is zeroJordan Gong
2021-01-07Add typical training script and some bug fixesJordan Gong
2021-01-07Change device config and add enable multi-GPU computingJordan Gong
2021-01-05Implement Batch All Triplet LossJordan Gong
2021-01-03Update hyperparameter configuration, implement prototype fit functionJordan Gong
2020-12-31Make super class constructor revoke consistentJordan Gong
2020-12-29Add type hint for new label (numpy.int64)Jordan Gong
2020-12-29Encode class names to label and some access improvementJordan Gong
2020-12-27Prepare for FVG datasetJordan Gong
2020-12-27Make naming scheme consistentJordan Gong
2020-12-27Add dataset selector to config type hint, change ClipLabels typo to ClipViewsJordan Gong
2020-12-27Adopt type hinting generics in standard collections (PEP 585)Jordan Gong
2020-12-26Sample k more clips for disentanglementJordan Gong
2020-12-26Add config file and corresponding type hintJordan Gong
2020-12-26Combine transformed height and width to `frame_size`Jordan Gong
2020-12-21Change image loading techniqueJordan Gong
2020-12-191. Delete unused transform functionJordan Gong
2020-12-19Fix indexing error when no clip to be discardJordan Gong
2020-12-19Add cache switch, allowing load all data into RAM before samplingJordan Gong
2020-12-18Implement triplet samplerJordan Gong
2020-12-18Implement CASIA-B datasetJordan Gong