Skip to content

Commit

Permalink
notebook added
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 authored Sep 12, 2023
1 parent 743e054 commit a1ece17
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mnist.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import torch\n",
"from torch import nn\n",
"import torch.nn.functional as F"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "python_main",
"language": "python",
"name": "python_main"
},
"language_info": {
"name": "python",
"version": "3.11.0"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit a1ece17

Please sign in to comment.