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
When running tffm on tensorflow 1.7, the following warning appears:
WARNING:tensorflow:Variable += will be deprecated. Use variable.assign_add if you want assignment to the variable value or 'x = x + y' if you want a new python Tensor object
How is it possible to turn it off? I think that these are coming from core. init_main_block() and core. init_regularization()...
The text was updated successfully, but these errors were encountered:
When running tffm on tensorflow 1.7, the following warning appears:
WARNING:tensorflow:Variable += will be deprecated. Use variable.assign_add if you want assignment to the variable value or 'x = x + y' if you want a new python Tensor object
How is it possible to turn it off? I think that these are coming from
core. init_main_block()
andcore. init_regularization()
...The text was updated successfully, but these errors were encountered: