RegNet-Pytorch
RegNet-Pytorch copied to clipboard
PyTorch reimplementation of RegNet (Design Space Design, CVPR2020) on CIFAR10 and ImageNet
Results
2
RegNet-Pytorch issues
Sort by
recently updated
recently updated
newest added
can i use these pretrained models for transfer learning, if yes how to load these models
Hello, Thanks for your works! Can you show a demo of using the ImageNet pretrain model? For example: ``` # load image img = cv2.resize(cv2.imread(), (?, ?)) img = (img...