Graphormer
Graphormer copied to clipboard
Customizing number of epochs for training.
Hi, I have a quick question that how can I customize the number of epochs for training?
You can use --max-epoch
to specify the number of epoches. Since Graphormer is based on Fairseq now, more training options can be found in FairSeq's DOC.
Thank you @GYHHAHA for your timely reply.
Both --total-num-update
and --max-epoch
could be used for specifying training steps.