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

warnings about deprecated features in the code #4

Open
jagottsicher opened this issue Oct 13, 2019 · 0 comments
Open

warnings about deprecated features in the code #4

jagottsicher opened this issue Oct 13, 2019 · 0 comments

Comments

@jagottsicher
Copy link

getting lots of warnings like:

FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint8 = np.dtype([("qint8", np.int8, 1)])

or

WARNING:tensorflow:From /home/jens/Sacred-MNIST/env/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:4070: The name tf.nn.max_pool is deprecated. Please use tf.nn.max_pool2d instead.

and

WARNING:tensorflow:From /home/jens/Sacred-MNIST/env/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py:422: The name tf.global_variables is deprecated. Please use tf.compat.v1.global_variables instead.

during training using python 3.6.8 (also 3.7.3) and tesnorflow 1.x (dont remember the version, but below 2). I coundt make it to use tensorflow 2 for some reason.

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