Update gpt2_generator.py

This commit is contained in:
Nick Walton
2019-11-27 19:32:02 -07:00
committed by GitHub
parent ea535d3168
commit 5a4259cbf0
+1 -1
View File
@@ -86,7 +86,7 @@ class GPT2Generator:
def generate(self, prompt, options=None, seed=1):
debug_print = False
debug_print = True
prefix = self.prompt_replace(prompt)
if debug_print: