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
while decoding,the error logs are displayed:
.......
INFO:tensorflow:Finished batch 312
INFO:tensorflow:Finished batch 313
Traceback (most recent call last):
File "translator.py", line 370, in
main(parse_args())
File "translator.py", line 333, in main
for item in shard[1]:
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered:
while decoding,the error logs are displayed:
.......
INFO:tensorflow:Finished batch 312
INFO:tensorflow:Finished batch 313
Traceback (most recent call last):
File "translator.py", line 370, in
main(parse_args())
File "translator.py", line 333, in main
for item in shard[1]:
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered: