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
When I am running the codes in 03_train_gcnn.py there is a problem as following:
/root/miniconda3/envs/myenv/lib/python3.7/site-packages/tensorflow/python/ops/gradients_util.py:93: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory.
"Converting sparse IndexedSlices to a dense Tensor of unknown shape. "
I think this problem may happen due to the tf.gather() function you use in line 150.
I also encounter such a warning sometimes, although the code seems to run fine. I do not have much time to investigate the issue right now. If you find a workaround please let us know !
Hi,
When I am running the codes in 03_train_gcnn.py there is a problem as following:
/root/miniconda3/envs/myenv/lib/python3.7/site-packages/tensorflow/python/ops/gradients_util.py:93: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory.
"Converting sparse IndexedSlices to a dense Tensor of unknown shape. "
I think this problem may happen due to the tf.gather() function you use in line 150.
I wonder if there is any substitute for tf.gather() to deal with this problem.
Thank you.
The text was updated successfully, but these errors were encountered: