gpt2 simple restore checkpoint

Solutions on MaxInterview for gpt2 simple restore checkpoint by the best coders in the world

showing results for - "gpt2 simple restore checkpoint"
Matteo
03 Jul 2016
1tf.reset_default_graph()
2sess = gpt2.start_tf_sess()
3
4gpt2.finetune(sess,
5    file_name,
6    model_name=model_name,
7    checkpoint_dir=checkpoint_dir,
8    run_name=run_name,
9    steps=25,
10)
similar questions
queries leading to this page
gpt2 simple restore checkpoint