mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-10-29 17:01:30 +00:00
remove redundant import
This commit is contained in:
parent
089dfb756a
commit
c97c717a7b
@ -1454,8 +1454,6 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"from previous_chapters import calc_accuracy_loader\n",
|
||||
"\n",
|
||||
"train_accuracy = calc_accuracy_loader(train_loader, model, device)\n",
|
||||
"val_accuracy = calc_accuracy_loader(val_loader, model, device)\n",
|
||||
"test_accuracy = calc_accuracy_loader(test_loader, model, device)\n",
|
||||
@ -1497,7 +1495,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.4"
|
||||
"version": "3.10.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user