Prashant Rai
commited on
onnx should be 1.6.0
Browse filesfor smoothly export model to onnx, onnx should be 1.6.0
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -21,4 +21,4 @@ git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI
|
|
21 |
# conda install -yc conda-forge scikit-image pycocotools tensorboard
|
22 |
# conda install -yc spyder-ide spyder-line-profiler
|
23 |
# conda install -yc pytorch pytorch torchvision
|
24 |
-
# conda install -yc conda-forge protobuf numpy && pip install onnx # https://github.com/onnx/onnx#linux-and-macos
|
|
|
21 |
# conda install -yc conda-forge scikit-image pycocotools tensorboard
|
22 |
# conda install -yc spyder-ide spyder-line-profiler
|
23 |
# conda install -yc pytorch pytorch torchvision
|
24 |
+
# conda install -yc conda-forge protobuf numpy && pip install onnx==1.6.0 # https://github.com/onnx/onnx#linux-and-macos
|