mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
Implement code changes to enhance functionality and improve performance
This commit is contained in:
@@ -172,12 +172,12 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 8,
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"n_epochs = 5\n",
|
||||
"batch_size = 32\n",
|
||||
"n_epochs = 30\n",
|
||||
"batch_size = 256\n",
|
||||
"learning_rates = [10 ** (-power) for power in range(1, 4)]\n",
|
||||
"lambda_l2_values = [0.001, 0.01, 0.1]\n",
|
||||
"\n",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user