Prashant Rai commited on
Commit
0071b69
1 Parent(s): a557b7d

onnx should be 1.6.0

Browse files

for smoothly export model to onnx, onnx should be 1.6.0

Files changed (1) hide show
  1. 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