Rohit Bewoor

Results 3 comments of Rohit Bewoor

I cannot help on the web app part. But I managed to point to a locally saved model. See this script: https://github.com/rbewoor/Misc/blob/master/GPT2_Inf_Trained_Model_For_Github.ipynb Took the barebones functionality from the gpt_2.py script...

Started by downloading the pre-trained 355M model, fine tuned, saved checkpoint locally. Then my script points to this local directory for inference.

This is because you are trying to implement the vice written for TF1.X in a TF2.X environment. You need to use the exact version minimaxir specified. Contrib not available in...