feat: commiting model

This commit is contained in:
zin
2026-06-08 14:49:45 +00:00
parent daba573b2c
commit 14968dd4d4
7 changed files with 505 additions and 269 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
"BATCH_SIZE = 64\n",
"EPOCHS = 15\n",
"LR = 3e-4\n",
"NUM_WORKERS = 40\n",
"NUM_WORKERS = 62\n",
"\n",
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"print(f\"Аппаратное ускорение: {device}\")"