lindawangg / COVID-Net

COVID-Net Open Source Initiative
Other
1.15k stars 480 forks source link

At least two variables have the same name: conv1_conv/bias #37

Closed ankitdata closed 4 years ago

ankitdata commented 4 years ago

Hi, I am getting below error message frequently "At least two variables have the same name: conv1_conv/bias" when was trying to test pneumonia image and also i saw this error with normal and COVID-19 image but less frequently

version of tensor flow i have. tensorboard = 1.14.0 tensorflow = 1.14.0

sfleisch commented 4 years ago

Insert: tensorflow.python.framework.ops.reset_default_graph() Before our session. That occurs the second time you import the graph.

ankitdata commented 4 years ago

Thanks @sfleisch for quick response, this works for me.