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
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/distribute/distribute_lib.py", line 674, in experimental_distribute_dataset
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/distribute/tpu_strategy.py", line 256, in _experimental_distribute_dataset
25
-
split_batch_by=self._num_replicas_in_sync)
26
-
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/distribute/input_lib.py", line 81, in get_distributed_dataset
27
-
input_context=input_context)
28
-
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/distribute/input_lib.py", line 558, in __init__
29
-
input_context=input_context)
30
-
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/distribute/input_lib.py", line 484, in __init__
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/data/experimental/ops/distribute.py", line 112, in __init__
33
-
**self._flat_structure)
34
-
File "/home/lysandre/transformers/venv/lib/python3.5/site-packages/tensorflow_core/python/ops/gen_experimental_dataset_ops.py", line 6468, in rebatch_dataset
tensorflow.python.framework.errors_impl.InternalError: Failed copying input tensor from /job:localhost/replica:0/task:0/device:CPU:0 to /job:worker/replica:0/task:0/device:CPU:0 in order to run RebatchDataset: Unable to parse tensor proto
38
-
Additional GRPC error information:
39
-
{"created":"@1569772462.499287349","description":"Error received from peer","file":"external/grpc/src/core/lib/surface/call.cc","file_line":1039,"grpc_message":"Unable to parse tensor proto","grpc_status":3} [Op:RebatchDataset]
40
-
```
12
+
This refers to the script `run_tpu_glue.py`. It doesn't crash anymore. Advancing on the script.
0 commit comments