Zac

Results 5 comments of Zac

> @minimaxir Hello, I ran into the same mem leak issue. How would you go about resetting the session and the graph? Use this: https://github.com/minimaxir/gpt-2-simple/blob/92d35962d9aaeadba70e39d11d040f1e377ffdb3/gpt_2_simple/gpt_2.py#L113

> any updates on this issue? I am having the same one. Do ```sess= gpt2.reset_session(sess=sess)``` before running finetune.

You need to download the GPT-2 model first via download_gpt2() I think the answer is right there for you..

Yes, you still need to download_gpt2 even though you are training your saved model.