"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "fee317380e756299754f5d4ec044b4806b941614"
Commit 196d173a authored by Chunhua Jiang's avatar Chunhua Jiang Committed by Chunhua Jiang
Browse files

compatible with tensorflow 1.4.1

parent d19587e4
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
"from matplotlib import pyplot as plt\n", "from matplotlib import pyplot as plt\n",
"from PIL import Image\n", "from PIL import Image\n",
"\n", "\n",
"if tf.__version__ != '1.4.0':\n", "if tf.__version__ < '1.4.0':\n",
" raise ImportError('Please upgrade your tensorflow installation to v1.4.0!')\n" " raise ImportError('Please upgrade your tensorflow installation to v1.4.* or later!')\n"
] ]
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment