balancap / SSD-Tensorflow

Single Shot MultiBox Detector in TensorFlow
4.11k stars 1.89k forks source link

Hello,sir. Can you write the SSD in tensorflow1.13 or newer? #367

Open spooms11 opened 4 years ago

spooms11 commented 4 years ago

Hello,sir. Can you write the SSD in tensorflow1.13 or newer? When I run eval_ssd_network.py ,it turns out many question of vertion, like 'Use `tf.data.Dataset.from_tensor_slices' or 'TypeError: _variable_v2_call() got an unexpected keyword argument 'collections''. Thanks in advance!

PengfeiMa commented 4 years ago

tf1.14 is ok, meet the same problem, just do some changes in the code. you can search the key words ' collection ' in Issues to get the way to solve.