Got it to a solid state. Still can work on past tense to present tense conversion and splititng action words at and and but, but making good progress.

This commit is contained in:
Nick
2019-09-24 16:14:04 -06:00
parent dd91ff7e68
commit 5dadf2ca36
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def loss(labels, logits):
class CTRLGenerator():
def __init__(self, control_code="Horror Text: ", generate_num=64, temperature=0.3):
def __init__(self, control_code="Horror Text: ", generate_num=100, temperature=0.3):
self.generate_num=generate_num
model_dir = "generator/ctrl/model/seqlen256_v1.ckpt/"