Advertisement
bkbrd

Untitled

Aug 21st, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. I0821 15:04:14.900616 3521 upgrade_proto.cpp:61] Successfully upgraded file specified using deprecated V1LayerParameter
  2. I0821 15:04:14.901654 3521 net.cpp:744] Ignoring source layer data
  3. I0821 15:04:14.907546 3521 net.cpp:744] Ignoring source layer loss
  4. /usr/lib/python3/dist-packages/skimage/transform/_warps.py:84: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage 0.15.
  5. warn("The default mode, 'constant', will be changed to 'reflect' in "
  6. Process Process-1:
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3.6/multiprocessing/process.py", line 249, in _bootstrap
  9. self.run()
  10. File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
  11. self._target(*self._args, **self._kwargs)
  12. File "/home/blackbird/Cloud/Dropbox/Projects/proto_afr/dbmanager.py", line 63, in age_gender_predict
  13. age = agp.predict_age(image)
  14. File "/home/blackbird/Cloud/Dropbox/Projects/proto_afr/age_gender.py", line 45, in predict_age
  15. prediction = age_net.predict([input_image])
  16. File "/usr/lib/python3/dist-packages/caffe/classifier.py", line 95, in predict
  17. predictions = predictions.reshape((len(predictions) / 10, 10, -1))
  18. TypeError: 'float' object cannot be interpreted as an integer
  19. /usr/lib/python3/dist-packages/skimage/transform/_warps.py:84: UserWarning: The default mode, 'constant', will be changed to 'reflect' in skimage 0.15.
  20. warn("The default mode, 'constant', will be changed to 'reflect' in "
  21. Process Process-2:
  22. Traceback (most recent call last):
  23. File "/usr/lib/python3.6/multiprocessing/process.py", line 249, in _bootstrap
  24. self.run()
  25. File "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
  26. self._target(*self._args, **self._kwargs)
  27. File "/home/blackbird/Cloud/Dropbox/Projects/proto_afr/dbmanager.py", line 63, in age_gender_predict
  28. age = agp.predict_age(image)
  29. File "/home/blackbird/Cloud/Dropbox/Projects/proto_afr/age_gender.py", line 45, in predict_age
  30. prediction = age_net.predict([input_image])
  31. File "/usr/lib/python3/dist-packages/caffe/classifier.py", line 95, in predict
  32. predictions = predictions.reshape((len(predictions) / 10, 10, -1))
  33. TypeError: 'float' object cannot be interpreted as an integer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement