LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
torch_optim.egg-info/PKG-INFO
torch_optim.egg-info/SOURCES.txt
torch_optim.egg-info/dependency_links.txt
torch_optim.egg-info/requires.txt
torch_optim.egg-info/top_level.txt
torchopt/__init__.py
torchopt/api.py
torchopt/utils.py
torchopt/model/__init__.py
torchopt/model/resnet.py
torchopt/model/resnet56_cifar10_0.9320_45k.pth
torchopt/model/vgg16_cifar10_0.9225_45k.pth
torchopt/optim/__init__.py
torchopt/optim/cache.py
torchopt/optim/constraint.py
torchopt/optim/objective.py
torchopt/optim/optimizer.py
torchopt/optim/utils.py
torchopt/prune/__init__.py
torchopt/prune/prune.py
torchopt/prune/pruner.py
torchopt/prune/scoring.py
torchopt/train/__init__.py
torchopt/train/distillation.py
torchopt/train/loader.py