fast-reid/fastreid/utils
liaoxingyu 84c733fa85 fix: remove prefetcher, put normalizer in model
1. remove messy data prefetcher which will cause  confusion
2. put normliazer in model to accelerate training via GPU computing
2020-05-25 23:39:11 +08:00
..
__init__.py Update sampler code 2020-02-10 07:38:56 +08:00
checkpoint.py feat(layers/norm): add ghost batchnorm 2020-05-01 09:02:46 +08:00
comm.py Update sampler code 2020-02-10 07:38:56 +08:00
events.py Finish first version for fastreid 2020-02-10 22:13:04 +08:00
file_io.py Update sampler code 2020-02-10 07:38:56 +08:00
history_buffer.py Update sampler code 2020-02-10 07:38:56 +08:00
logger.py Update sampler code 2020-02-10 07:38:56 +08:00
one_hot.py feat(layers/norm): add ghost batchnorm 2020-05-01 09:02:46 +08:00
precision_bn.py fix: remove prefetcher, put normalizer in model 2020-05-25 23:39:11 +08:00
registry.py Update sampler code 2020-02-10 07:38:56 +08:00
summary.py Update sampler code 2020-02-10 07:38:56 +08:00
timer.py Update sampler code 2020-02-10 07:38:56 +08:00
visualizer.py style: fix some typro 2020-05-21 15:55:51 +08:00
weight_init.py feat(layers/norm): add ghost batchnorm 2020-05-01 09:02:46 +08:00