We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5550c commit 31cf125Copy full SHA for 31cf125
setup.py
@@ -40,7 +40,7 @@
40
41
# Note that this is a string of words separated by whitespace, not a list.
42
keywords='pytorch pretrained models efficientnet mobilenetv3 mnasnet',
43
- packages=find_packages(exclude=['convert', 'tests']),
+ packages=find_packages(exclude=['convert', 'tests', 'results']),
44
include_package_data=True,
45
install_requires=['torch >= 1.0', 'torchvision'],
46
python_requires='>=3.6',
0 commit comments