Skip to content

Commit eea225c

Browse files
authored
Merge pull request #203 from gperdrizet/dev
Removed local functions import
2 parents 379b1a3 + 14ab49a commit eea225c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

notebooks/unit4/lesson_29/Lesson_29_activity_part2_solution.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 20,
19+
"execution_count": null,
2020
"id": "9e9e35c0",
2121
"metadata": {},
2222
"outputs": [
@@ -48,10 +48,6 @@
4848
"from torchvision import datasets, transforms\n",
4949
"from torch.utils.data import DataLoader\n",
5050
"\n",
51-
"# Project imports\n",
52-
"from functions.evaluation import evaluate_model\n",
53-
"from functions.training import train_model\n",
54-
"\n",
5551
"# Set random seeds for reproducibility\n",
5652
"torch.manual_seed(315)\n",
5753
"np.random.seed(315)\n",

0 commit comments

Comments
 (0)