summaryrefslogtreecommitdiff
path: root/models/layers.py
AgeCommit message (Expand)Author
2021-04-03Merge branch 'master' into disentangling_onlyJordan Gong
2021-03-12Code refactoringJordan Gong
2021-02-28Modify default parametersJordan Gong
2021-02-19New branch with auto-encoder onlyJordan Gong
2021-02-18Remove 1x1 conv layers when not usedJordan Gong
2021-02-08Code refactoring, modifications and new featuresJordan Gong
2020-12-31Make super class constructor revoke consistentJordan Gong
2020-12-30Combine FPFE and TFA to GaitPartJordan Gong
2020-12-30Add pooling options in HPMJordan Gong
2020-12-27Refine auto-encoderJordan Gong
2020-12-27Adopt type hinting generics in standard collections (PEP 585)Jordan Gong
2020-12-24Implement Horizontal Pyramid Matching (HPM)Jordan Gong
2020-12-24Change the usage of layers and reorganize relations of layersJordan Gong
2020-12-23Refactor and refine auto-encoderJordan Gong
2020-12-23Wrap Conv1d no bias layerJordan Gong
2020-12-23Remove redundant Leaky ReLU in FocalConv2dJordan Gong
2020-12-23Split modules to different filesJordan Gong