You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Make the repr_ of registry prettier, so that when print(registry) or directly type registry in terminal we can clearly see what is contained in registry.
* add mytrain.py for test
* test before layers
* test attr in layers
* test classifier
* delete mytrain.py
* add mobilenet_v3.yml
* fix ymal
* rename model_zoo.yml to model-index.yml
* replace imagenet with imagenet-1k
Describe the feature
Make the repr_ of registry prettier, so that when print(registry) or directly type registry in terminal we can clearly see what is contained in registry.
Motivation
For better debug usages
Related resources
See an example at https://github.com/facebookresearch/fvcore/blob/main/fvcore/common/registry.py#L79
Additional context
The text was updated successfully, but these errors were encountered: