keras
keras copied to clipboard
[BUG][all_reduce] INVALID_ARGUMENT: You must feed a value for placeholder tensor
File "/usr/local/lib/python3.11/dist-packages/keras/src/utils/traceback_utils.py", line 118, in error_handler
File "/usr/local/lib/python3.11/dist-packages/keras/src/backend/tensorflow/trainer.py", line 323, in fit
File "/usr/local/lib/python3.11/dist-packages/keras/src/backend/tensorflow/trainer.py", line 117, in one_step_on_iterator
3 root error(s) found.
(0) INVALID_ARGUMENT: You must feed a value for placeholder tensor 'StatefulPartitionedCall/cond/else/_1258/cond/Placeholder_831' with dtype int32
[[{{node cond/Placeholder_831}}]]
[[StatefulPartitionedCall/cond/then/_1257/cond/Placeholder_3/_2616]]
[[StatefulPartitionedCall/cond/pivot_f/_1260/_985]]
(1) INVALID_ARGUMENT: You must feed a value for placeholder tensor 'StatefulPartitionedCall/cond/else/_1258/cond/Placeholder_831' with dtype int32
[[{{node cond/Placeholder_831}}]]
[[StatefulPartitionedCall/cond/then/_1257/cond/Placeholder_3/_2616]]
(2) INVALID_ARGUMENT: You must feed a value for placeholder tensor 'StatefulPartitionedCall/cond/else/_1258/cond/Placeholder_831' with dtype int32
[[{{node cond/Placeholder_831}}]]
Well, currently, I have no idea how to debug this issue because there is no useful information.