Kevin Chung
Results
3
comments of
Kevin Chung
Hi, you have to initialize from that checkpoint. For example, if you're running this with BERT, there is a parameter --init_checkpoint which then you would enter the .ckpt with the...
Hi! Thank you for replying. I am using a language model - T5 to be specific. I've been using the mtf model implementation from Google-research's GitHub. I managed to convert...
Thank you!