Update gpt2_generator.py

This commit is contained in:
Nick Walton
2019-11-30 15:30:18 -07:00
committed by GitHub
parent 76c8b0be61
commit a2e41efa80
+1 -1
View File
@@ -86,7 +86,7 @@ class GPT2Generator:
def generate(self, prompt, options=None, seed=1):
debug_print = True
debug_print = False
prefix = self.prompt_replace(prompt)
if debug_print: