Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Disentanglement cannot be processed on different subjects at the same time, we need to load `pr` subjects one by one. The batch splitter will return a pr-length list of tuples (with 2 dicts containing k-length lists of labels, conditions, view and k-length tensor of clip data, representing condition 1 and condition 2 respectively). |