Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.89 KB | None | 0 0
  1. Using TensorFlow backend.
  2. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:516: 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'.
  3.   _np_qint8 = np.dtype([("qint8", np.int8, 1)])
  4. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:517: 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'.
  5.   _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
  6. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:518: 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'.
  7.   _np_qint16 = np.dtype([("qint16", np.int16, 1)])
  8. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:519: 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'.
  9.   _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
  10. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:520: 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'.
  11.   _np_qint32 = np.dtype([("qint32", np.int32, 1)])
  12. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:525: 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'.
  13.   np_resource = np.dtype([("resource", np.ubyte, 1)])
  14. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: 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'.
  15.   _np_qint8 = np.dtype([("qint8", np.int8, 1)])
  16. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:542: 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'.
  17.   _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
  18. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:543: 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'.
  19.   _np_qint16 = np.dtype([("qint16", np.int16, 1)])
  20. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:544: 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'.
  21.   _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
  22. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:545: 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'.
  23.   _np_qint32 = np.dtype([("qint32", np.int32, 1)])
  24. /home/mnugiel/Desktop/bootcamp/bootcamp/lib/python3.6/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: 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'.
  25.   np_resource = np.dtype([("resource", np.ubyte, 1)])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement