Age | Commit message (Expand) | Author |
2020-12-30 | Combine FPFE and TFA to GaitPart | Jordan Gong |
2020-12-30 | Add pooling options in HPM | Jordan Gong |
2020-12-29 | Return canonical features at condition 1 for later aggregation | Jordan Gong |
2020-12-29 | Correct batch splitter | Jordan Gong |
2020-12-28 | Wrap the auto-encoder, return 3 losses at t2 | Jordan Gong |
2020-12-27 | Implement some parts of main model structure | Jordan Gong |
2020-12-27 | Fix inconsistency and API deprecation issues in decoder | Jordan Gong |
2020-12-27 | Refine auto-encoder | Jordan Gong |
2020-12-27 | Adopt type hinting generics in standard collections (PEP 585) | Jordan Gong |
2020-12-26 | Implement batch splitter to split sampled data | Jordan Gong |
2020-12-24 | Implement Horizontal Pyramid Matching (HPM) | Jordan Gong |
2020-12-24 | Optimize imports | Jordan Gong |
2020-12-24 | Change the usage of layers and reorganize relations of layers | Jordan Gong |
2020-12-23 | Make activation inplace | Jordan Gong |
2020-12-23 | Modify activation functions after conv or trans-conv in auto-encoder | Jordan Gong |
2020-12-23 | Refactor and refine auto-encoder | Jordan Gong |
2020-12-23 | Wrap Conv1d no bias layer | Jordan Gong |
2020-12-23 | Reshape feature before decode | Jordan Gong |
2020-12-23 | Remove redundant Leaky ReLU in FocalConv2d | Jordan Gong |
2020-12-23 | Split modules to different files | Jordan Gong |