"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "81764388c34c8733804546dc2c46f04ed3f8d44a"
Unverified Commit 0cc98628 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #2842 from joel-shor/master

Remove `import google3` from slim nets.
parents 7f2ea994 4bbf1ff1
...@@ -17,7 +17,6 @@ from __future__ import absolute_import ...@@ -17,7 +17,6 @@ from __future__ import absolute_import
from __future__ import division from __future__ import division
from __future__ import print_function from __future__ import print_function
import google3
import numpy as np import numpy as np
import tensorflow as tf import tensorflow as tf
......
...@@ -19,8 +19,6 @@ from __future__ import print_function ...@@ -19,8 +19,6 @@ from __future__ import print_function
from math import log from math import log
import google3
import tensorflow as tf import tensorflow as tf
slim = tf.contrib.slim slim = tf.contrib.slim
......
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