README.md
setup.py
tw/__init__.py
tw.egg-info/PKG-INFO
tw.egg-info/SOURCES.txt
tw.egg-info/dependency_links.txt
tw.egg-info/requires.txt
tw.egg-info/top_level.txt
tw/data/__init__.py
tw/data/kv.py
tw/data/parser.py
tw/dnn/__init__.py
tw/dnn/loss/__init__.py
tw/dnn/loss/smooth_l1_loss.py
tw/dnn/metric/__init__.py
tw/dnn/metric/regression.py
tw/dnn/metric/top_k.py
tw/dnn/models/__init__.py
tw/dnn/ops/__init__.py
tw/dnn/solver/__init__.py
tw/dnn/solver/checkpoint.py
tw/dnn/solver/solver.py
tw/dnn/solver/warmup_multistep_lr.py
tw/dnn/structure/__init__.py
tw/dnn/utils/__init__.py
tw/drawer/__init__.py
tw/drawer/curve.py
tw/drawer/detection.py
tw/drawer/heatmap.py
tw/utils/__init__.py
tw/utils/device.py
tw/utils/filesystem.py
tw/utils/logger.py
tw/utils/stats.py
tw/utils/string.py