@@ -9,7 +9,7 @@ import math
import shark
from model import Model
def train(model, seq_len=16*64):
def train(model, seq_len=16*512): # 1KiB
tid = str(int(random.random()*99999)).zfill(5)
print("[i] I am "+str(tid))
ltLoss = 0.75
The note is not visible to the blocked user.