Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off warnings on tensorflow 1.7 #42

Open
martincousi opened this issue Apr 26, 2018 · 0 comments
Open

Turning off warnings on tensorflow 1.7 #42

martincousi opened this issue Apr 26, 2018 · 0 comments

Comments

@martincousi
Copy link

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()...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant