summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-23Fix indexing bugs in validation dataset selectorJordan Gong
2021-03-22Add embedding visualization and validate on testing setJordan Gong
2021-03-16Set *_iter as *_iters in defaultJordan Gong
2021-03-15Remove redundant wrapper given by dataloaderJordan Gong
2021-03-15Fix redundant gallery_dataset_meta assignmentJordan Gong
2021-03-15Support transforming on training datasetsJordan Gong
2021-03-14Bug fix when transforming and new configJordan Gong
2021-03-14Fix unbalanced datasetsJordan Gong
2021-03-12Fix a typo when record none-zero countsJordan Gong
2021-03-12Make evaluate method staticJordan Gong
2021-03-12Code refactoringJordan Gong
2021-03-10Bug fixesJordan Gong
2021-03-08Bump up package versionJordan Gong
2021-03-05Bump up torch versionJordan Gong
2021-03-04Replace detach with no_grad in evaluationJordan Gong
2021-03-04Set seed for reproducibilityJordan Gong
2021-03-03Add L2 penalty to globalJordan Gong
2021-03-02Record learning rate every stepJordan Gong
2021-03-02Fix bugs in new schedulerJordan Gong
2021-03-01New scheduler and new configJordan Gong
2021-03-01Change flat distance calculation methodJordan Gong
2021-03-01Move pairs variable to localJordan Gong
2021-03-01Remove identical sample in Batch All caseJordan Gong
2021-02-28Implement sum of loss default in [1]Jordan Gong
2021-02-28Log n-ile embedding distance and normJordan Gong
2021-02-28Modify default parametersJordan Gong
2021-02-28Bump up version for tqdmJordan Gong
2021-02-27Implement Batch Hard triplet loss and soft marginJordan Gong
2021-02-26Update default configJordan Gong
2021-02-26Fix predict functionJordan Gong
2021-02-21Remove FConv blocksJordan Gong
2021-02-20Separate triplet loss from modelJordan Gong
2021-02-19Allow evaluate unfinished modelJordan Gong
2021-02-19Bump up tqdm versionJordan Gong
2021-02-18Implement adjustable input size and change some default configsJordan Gong
2021-02-18Remove 1x1 conv layers when not usedJordan Gong
2021-02-18Decode mean appearance featureJordan Gong
2021-02-18Decode mean appearance featureJordan Gong
2021-02-17Fix type hints and add constrains to height and widthJordan Gong
2021-02-17Add new preprocess scriptJordan Gong
2021-02-16Split transform and evaluate methodJordan Gong
2021-02-15Revert "Memory usage improvement"Jordan Gong
2021-02-14Memory usage improvementJordan Gong
2021-02-14Prepare for DataParallelJordan Gong
2021-02-13Sum gallery dimension instead of all dimensionsJordan Gong
2021-02-10Implement new sampling technique mentioned in GaitPart[1]Jordan Gong
2021-02-10Save scheduler state_dictJordan Gong
2021-02-09Improve performance when disentanglingJordan Gong
2021-02-09Some optimizationsJordan Gong
2021-02-08Code refactoring, modifications and new featuresJordan Gong