Update gpt2_generator.py

This commit is contained in:
Nick Walton
2019-11-28 12:31:16 -07:00
committed by GitHub
parent cdc9b63644
commit ea829087b8
+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: