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
{{ message }}
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Hello, this is looking to be perfect for the project I'm working on right now but encountered an issue with what seems to be the Tensorflow version dependency. I understand the TF version needs to be higher than 1.12 and I'm using 2.2 but there seems to have been changes to the TF syntax.
E.g. get_variable is now Variable, random_normal is now random.normal in the model.py file.
I tried to fix these and it worked but now I'm getting an error in a tensorflow file tensorflow\python\ops\variables.py Line 261: TypeError: _variable_v2_call() got an unexpected keyword argument 'initializer'.
Can you let me know please which specific Tensorflow version you used during the development?
Hello, this is looking to be perfect for the project I'm working on right now but encountered an issue with what seems to be the Tensorflow version dependency. I understand the TF version needs to be higher than 1.12 and I'm using 2.2 but there seems to have been changes to the TF syntax.
E.g.
get_variableis nowVariable,random_normalis nowrandom.normalin themodel.pyfile.I tried to fix these and it worked but now I'm getting an error in a tensorflow file
tensorflow\python\ops\variables.pyLine 261:TypeError: _variable_v2_call() got an unexpected keyword argument 'initializer'.Can you let me know please which specific Tensorflow version you used during the development?