Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

edgify / torchvision   python

Repository URL to install this package:

/ models / quantization / __init__.py

from .mobilenet import *
from .resnet import *
from .googlenet import *
from .inception import *
from .shufflenetv2 import *