summaryrefslogtreecommitdiff
path: root/models/auto_encoder.py
AgeCommit message (Expand)Author
2021-03-12Code refactoringJordan Gong
2021-02-21Remove FConv blocksJordan Gong
2021-02-20Separate triplet loss from modelJordan Gong
2021-02-18Implement adjustable input size and change some default configsJordan Gong
2021-02-15Revert "Memory usage improvement"Jordan Gong
2021-02-14Memory usage improvementJordan Gong
2021-02-09Improve performance when disentanglingJordan Gong
2021-02-08Code refactoring, modifications and new featuresJordan Gong
2021-01-23Remove the third term in canonical consistency lossJordan Gong
2021-01-21Bug fixesJordan Gong
2021-01-09Change auto-encoder input in evaluationJordan Gong
2021-01-06Add CUDA supportJordan Gong
2021-01-03Delete dead training judgeJordan Gong
2021-01-02Separate training and evaluatingJordan Gong
2021-01-02Correct feature dims after disentanglement and HPM backbone removalJordan Gong
2020-12-31Implement some parts of RGB-GaitPart wrapperJordan Gong
2020-12-29Return canonical features at condition 1 for later aggregationJordan Gong
2020-12-28Wrap the auto-encoder, return 3 losses at t2Jordan Gong
2020-12-27Fix inconsistency and API deprecation issues in decoderJordan Gong
2020-12-27Refine auto-encoderJordan Gong
2020-12-24Optimize importsJordan Gong
2020-12-24Change the usage of layers and reorganize relations of layersJordan Gong
2020-12-23Modify activation functions after conv or trans-conv in auto-encoderJordan Gong
2020-12-23Refactor and refine auto-encoderJordan Gong
2020-12-23Reshape feature before decodeJordan Gong
2020-12-23Split modules to different filesJordan Gong