You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Variable batchnormalization_1_running_mean/biased already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at:
#19
Open
TrackingBird opened this issue
Feb 7, 2018
· 1 comment
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: