Update gpt2_generator.py

This commit is contained in:
Nick Walton
2019-11-26 19:51:56 -07:00
committed by GitHub
parent 47cfcea550
commit c20e044343
+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: