Advertisement
Guest User

Untitled

a guest
Oct 6th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Using TensorFlow backend.
  2. C:\Program Files\anaconda\envs\tensor-gpu\lib\site-packages\sklearn\cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
  3. "This module will be removed in 0.20.", DeprecationWarning)
  4. ---------------------------------------------------------------------------
  5. MemoryError Traceback (most recent call last)
  6. <ipython-input-1-67ba0857962b> in <module>()
  7. 39
  8. 40 img_data = np.array(image)
  9. ---> 41 img_data = img_data.astype('float32')
  10. 42 img_data /= 255
  11. 43 print (img_data.shape)
  12.  
  13. MemoryError:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement