improved first to second mappings

This commit is contained in:
Nick
2019-09-19 23:18:10 -06:00
parent 44e1b7860a
commit d1d3d5cd17
2 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def loss(labels, logits):
class CTRLGenerator():
def __init__(self, control_code="Horror Text: ", generate_num=128, temperature=0.3):
def __init__(self, control_code="Horror Text: ", generate_num=64, temperature=0.3):
self.generate_num=generate_num
model_dir = "generator/ctrl/model/seqlen256_v1.ckpt/"