Google-Health/records-research

GCT training error

iliasprc opened this issue · 2 comments

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) ]]

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?

Closing this issue as stale. Please reopen if you still need assistance and the other thread doesn't answer your question.