Skip to content

Commit

Permalink
code space connected
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 authored Sep 12, 2023
1 parent a1ece17 commit d64050c
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 10,
"metadata": {},
"outputs": [],
"source": [
"import torch\n",
"from torch import nn\n",
"import torch.nn.functional as F"
"import torch.nn.functional as F\n",
"from datasets import load_dataset\n",
"import fastcore.all as fc"
]
},
{
Expand All @@ -21,13 +23,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "python_main",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python_main"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"version": "3.11.0"
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit d64050c

Please sign in to comment.