summaryrefslogtreecommitdiff
path: root/test/hpm.py
AgeCommit message (Collapse)Author
2021-01-07Add typical training script and some bug fixesJordan Gong
1. Resolve deprecated scheduler stepping issue 2. Make losses in the same scale(replace mean with sum in separate triplet loss, enlarge pose similarity loss 10x) 3. Add ReLU when compute distance in triplet loss 4. Remove classes except Model from `models` package init
2021-01-03Unit testing on auto-encoder, HPM and Part NetJordan Gong