mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
lowered length
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ pos_action_starts = ["You attack", "You tell", "You use", "You go"]
|
||||
|
||||
class StoryGenerator():
|
||||
|
||||
def __init__(self, sess, length=100, temperature=0.9, top_k=40):
|
||||
def __init__(self, sess, length=80, temperature=0.9, top_k=40):
|
||||
|
||||
seed = None
|
||||
batch_size=1
|
||||
|
||||
Reference in New Issue
Block a user