Skip to content

Commit

Permalink
renamed experiments to be model specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihyeong Lee committed Sep 13, 2022
1 parent 310d75e commit 6d19d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"# name of experiment\n",
"timestep = datetime.now()\n",
"timestep = timestep.strftime(\"%d-%m-%Y-%H-%M-%S\")\n",
"experiment_name = timestep + \"-model-pruning-experiment\"\n",
"experiment_name = timestep + \"-alexnet-model-pruning-experiment\"\n",
"\n",
"# create experiment\n",
"Experiment.create(\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"# name of experiment\n",
"timestep = datetime.now()\n",
"timestep = timestep.strftime(\"%d-%m-%Y-%H-%M-%S\")\n",
"experiment_name = timestep + \"-model-pruning-experiment\"\n",
"experiment_name = timestep + \"resnet-model-pruning-experiment\"\n",
"\n",
"# create experiment\n",
"Experiment.create(\n",
Expand Down

0 comments on commit 6d19d8f

Please sign in to comment.