From 0d58f48cd8a02077b0dab7126023fec3d7ef8ab9 Mon Sep 17 00:00:00 2001 From: insert username here Date: Fri, 21 May 2021 08:19:41 -0400 Subject: [PATCH] Update aitrain.py --- aitrain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aitrain.py b/aitrain.py index e751da5..c4c0ca7 100644 --- a/aitrain.py +++ b/aitrain.py @@ -40,7 +40,7 @@ async def train(ctx): async def stopbot(ctx): if ctx.author.id == 666378959184855042: await ctx.send("data collection done, I will now log of discord and build an a.i") - textgen.train_from_file('train.txt', num_epochs=1) + textgen.train_from_file('train.txt', num_epochs=11) client.run('BOTTOKEN')