Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable yolo_v3_model/conv2d/kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at: File "<ipython-input-3-855670b063d0>", line 43, in conv2d_fixed_padding use_bias=False, data_format=data_format) File "<ipython-input-4-ee2e3af4a0f9>", line 26, in darknet53 data_format=data_format) File "<ipython-input-9-b82d912a33ed>", line 50, in __call__ data_format=self.data_format) #2

Open
aseembh2001 opened this issue Jun 21, 2019 · 1 comment

Comments

@aseembh2001
Copy link

I am getting below error when I try to run the code:
Variable yolo_v3_model/conv2d/kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:

File "", line 43, in conv2d_fixed_padding
use_bias=False, data_format=data_format)
File "", line 26, in darknet53
data_format=data_format)
File "", line 50, in call
data_format=self.data_format)

Can you help me with this ?
I am new to Tensorflow, so unable to debug :(

@shahkaran76
Copy link
Owner

shahkaran76 commented Jun 21, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants