pytorch-blockswap
pytorch-blockswap copied to clipboard
Any plan to release the configurations that can reproduce the ImageNet/COCO results?
It'll be great to try out something other than CIFAR10. TIA.
I've added them now (under genotypes/bs_imagenet_N.csv), as well as a ResNet model definition to models/resnet.py.
I'll need to do some testing and then I'll close this issue:
- [ ] double check the genotypes are correct
- [ ] add an imagenet/coco training script
- [ ] include a seed for reproducing the results
- [ ] add the baselines (downscaled resnets)
Thank you. I'll give it a spin as soon as you think it's in good shape. BTW, the README uses--param_goal which is no longer a valid argument for model_generator.py.