Skip to content

Commit

Permalink
removed temp params
Browse files Browse the repository at this point in the history
  • Loading branch information
hkproj committed May 22, 2023
1 parent e323da5 commit f1bba48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Local_Train.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"source": [
"from config import get_config\n",
"cfg = get_config()\n",
"cfg['batch_size'] = 8\n",
"cfg['preload'] = '29'\n",
"cfg['num_epochs'] = 40\n",
"cfg['batch_size'] = 6\n",
"cfg['preload'] = None\n",
"cfg['num_epochs'] = 30\n",
"\n",
"from train import train_model\n",
"\n",
Expand Down

0 comments on commit f1bba48

Please sign in to comment.