imatge-upc / detection-2016-nipsws

Hierarchical Object Detection with Deep Reinforcement Learning
http://imatge-upc.github.io/detection-2016-nipsws/
MIT License
423 stars 129 forks source link

TypeError: __init__() got an unexpected keyword argument 'file' #26

Open bemoregt opened 6 years ago

bemoregt commented 6 years ago

Hi, @xavigiro @jorditorresBCN @miriambellver @skrish13 @verovilaplana

I've met this error:

kerb:scripts mun$ kerb:scripts mun$ python3 image_zooms_training.py -n 0 Using TensorFlow backend. Traceback (most recent call last): File "image_zooms_training.py", line 6, in from keras.models import Sequential File "/usr/local/lib/python3.6/site-packages/keras/init.py", line 2, in from . import backend File "/usr/local/lib/python3.6/site-packages/keras/backend/init.py", line 64, in from .tensorflow_backend import File "/usr/local/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 1, in import tensorflow as tf File "/usr/local/lib/python3.6/site-packages/tensorflow/init.py", line 24, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "/usr/local/lib/python3.6/site-packages/tensorflow/python/init.py", line 52, in from tensorflow.core.framework.graph_pb2 import File "/usr/local/lib/python3.6/site-packages/tensorflow/core/framework/graph_pb2.py", line 16, in from tensorflow.core.framework import node_def_pb2 as tensorflow_dot_core_dot_framework_dot_nodedefpb2 File "/usr/local/lib/python3.6/site-packages/tensorflow/core/framework/node_def_pb2.py", line 16, in from tensorflow.core.framework import attr_value_pb2 as tensorflow_dot_core_dot_framework_dot_attrvaluepb2 File "/usr/local/lib/python3.6/site-packages/tensorflow/core/framework/attr_value_pb2.py", line 16, in from tensorflow.core.framework import tensor_pb2 as tensorflow_dot_core_dot_framework_dot_tensor__pb2 File "/usr/local/lib/python3.6/site-packages/tensorflow/core/framework/tensor_pb2.py", line 16, in from tensorflow.core.framework import resource_handle_pb2 as tensorflow_dot_core_dot_framework_dot_resourcehandlepb2 File "/usr/local/lib/python3.6/site-packages/tensorflow/core/framework/resource_handle_pb2.py", line 41, in options=None, file=DESCRIPTOR), TypeError: init() got an unexpected keyword argument 'file' kerb:scripts mun$

What's wrong to me?

Thanks in advance.

from @bemoregt.

skrish13 commented 6 years ago

tf version mismatches? tf has undergone lots of major changes since this code was written I'd beleive.

bemoregt commented 6 years ago

Hi, @skrish13 @xavigiro @jorditorresBCN @miriambellver @verovilaplana

What is the compatible tf version ?

Thanks.

from @bemoregt