You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-07-20 16:10:52.857284: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that thi
s TensorFlow binary was not compiled to use: AVX2
WARNING:tensorflow:From D:\anaconda\envs\bullet\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: col
ocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
WARNING:tensorflow:From D:\anaconda\envs\bullet\lib\site-packages\tensorflow\contrib\layers\python\layers\layers.py:1624
: flatten (from tensorflow.python.layers.core) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.flatten instead.
WARNING:tensorflow:From D:\anaconda\envs\bullet\lib\site-packages\tensorflow\python\ops\math_ops.py:3066: to_int32 (from
tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
D:\anaconda\envs\bullet\lib\site-packages\numpy\core\fromnumeric.py:3335: RuntimeWarning: Mean of empty slice.
out=out, **kwargs)
D:\anaconda\envs\bullet\lib\site-packages\numpy\core_methods.py:161: RuntimeWarning: invalid value encountered in doubl
e_scalars
ret = ret.dtype.type(ret / rcount)
And it is stuck then ,How can I solve it? Thanks in advance/
By the way, does anyone using a sparse reward or reward relating to distance?
I have seen the issue 'how much time for train kuka grasping? #1386' And I have the same issue...
This discussion was converted from issue #2946 on April 26, 2021 03:56.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
2020-07-20 16:10:52.857284: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that thi
s TensorFlow binary was not compiled to use: AVX2
WARNING:tensorflow:From D:\anaconda\envs\bullet\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: col
ocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
WARNING:tensorflow:From D:\anaconda\envs\bullet\lib\site-packages\tensorflow\contrib\layers\python\layers\layers.py:1624
: flatten (from tensorflow.python.layers.core) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.flatten instead.
WARNING:tensorflow:From D:\anaconda\envs\bullet\lib\site-packages\tensorflow\python\ops\math_ops.py:3066: to_int32 (from
tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.cast instead.
D:\anaconda\envs\bullet\lib\site-packages\numpy\core\fromnumeric.py:3335: RuntimeWarning: Mean of empty slice.
out=out, **kwargs)
D:\anaconda\envs\bullet\lib\site-packages\numpy\core_methods.py:161: RuntimeWarning: invalid value encountered in doubl
e_scalars
ret = ret.dtype.type(ret / rcount)
And it is stuck then ,How can I solve it? Thanks in advance/
By the way, does anyone using a sparse reward or reward relating to distance?
I have seen the issue 'how much time for train kuka grasping? #1386' And I have the same issue...
Beta Was this translation helpful? Give feedback.
All reactions