GCNetwork icon indicating copy to clipboard operation
GCNetwork copied to clipboard

ValueError: Variable batchnormalization_1_running_mean/biased already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at:

Open TrackingBird opened this issue 7 years ago • 1 comments

Dear Lin, have you got the error when test.py The test commmad is: python test.py -data data/test -pspath prediction The results are: File "test.py", line 67, in Predict() File "test.py", line 47, in Predict model = createGCNetwork(hp, tp, True) File "src\gcnetwork.py", line 134, in createFeature tensor = layer(tensor) ....... ValueError: Variable batchnormalization_1_running_mean/biased already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at:

hope for your reply , Thanks.

TrackingBird avatar Feb 07 '18 07:02 TrackingBird

I got the same error. Have you solve it?

xinge456 avatar May 19 '19 11:05 xinge456