Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 884 Bytes

backlog.md

File metadata and controls

13 lines (13 loc) · 884 Bytes
  1. Pull request to torchvision for TinyImageNet
  2. Redesign TransformationSet, make it just a list of transformations, remove the parameters and valid_transformation methods. Move parameters to tmexp.
  3. Add documentation to classes and functions
  4. Generate html docs from docstrings
  5. Fix experiments on other repo to use new API
  6. Fix non-deep names in AutoActivations
  7. Label font size for visualization must depend on layer name. Else, use last part of layer name or use type.
  8. Fix errors propagating correctly when a thread crashes
  9. Add labels to TQDM bars to indicate the measure being computed (use abbreviation)
  10. Re-add Distance implementations
  11. Add Numpy-Pytorch adapter.
  12. Check Numpy and Pytorch implementations match in their results
  13. Add graph or tree visualization (or at least a hierarchical visualization) using colors to indicate invariance