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
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
Hi, I am trying to train GCT on synthetic data but I get the following error
tensorflow.python.framework.errors_impl.InvalidArgumentError: Name: , Context feature 'label.expired' is required but could not be found.
[[{{node ParseSingleSequenceExample/ParseSingleSequenceExample}}]]
[[node IteratorGetNext (defined at /home/iliask/PycharmProjects/graph-convolutional-transformer/graph_convolutional_transformer.py:615) ]]
[[node DeserializeSparse_3 (defined at /home/iliask/PycharmProjects/graph-convolutional-transformer/graph_convolutional_transformer.py:615) ]]
The text was updated successfully, but these errors were encountered:
Hi Ilias, Issue #3 includes some discussion of how the code must be modified to run on the synthetic samples. Likely you'll need to use a different label. Does this answer your question?
Hi, I am trying to train GCT on synthetic data but I get the following error
tensorflow.python.framework.errors_impl.InvalidArgumentError: Name: , Context feature 'label.expired' is required but could not be found.
[[{{node ParseSingleSequenceExample/ParseSingleSequenceExample}}]]
[[node IteratorGetNext (defined at /home/iliask/PycharmProjects/graph-convolutional-transformer/graph_convolutional_transformer.py:615) ]]
[[node DeserializeSparse_3 (defined at /home/iliask/PycharmProjects/graph-convolutional-transformer/graph_convolutional_transformer.py:615) ]]
The text was updated successfully, but these errors were encountered: