I was running the example described in section CodeBERT/GraphCodeBERT/translation to convert Java to C#.
However, after the training epoch is concluded, the program does not seem to finalize.
My terminal is stuck in this state without exiting.
Do you have any idea of what might be going on ?
Can this be caused by a wrong package version (transformers,torch) , does my machine not have enough memory to save the trained model ? (Or if I Ctrl+C the model will be saved without any kind of corruption ?). Even if it is one of the two causes mentioned above I think the program should throw an error instead of being stuck forever after training
At the moment I am using:
transformers 4.8.1
torch 1.5.0
Hi,
I was running the example described in section CodeBERT/GraphCodeBERT/translation to convert Java to C#.
However, after the training epoch is concluded, the program does not seem to finalize.
My terminal is stuck in this state without exiting.
Do you have any idea of what might be going on ?
Can this be caused by a wrong package version (transformers,torch) , does my machine not have enough memory to save the trained model ? (Or if I Ctrl+C the model will be saved without any kind of corruption ?). Even if it is one of the two causes mentioned above I think the program should throw an error instead of being stuck forever after training
At the moment I am using: transformers 4.8.1 torch 1.5.0
Thanks a lot