Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
shizacharania committed Feb 3, 2022
1 parent bfed7e0 commit f9f88fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Brain_Tumour_Classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
" # 16 x 16 x 32\n",
" # flatten\n",
" nn.Flatten(),\n",
" # 1 x 16384\n",
" # 1 x 8192\n",
" nn.Linear(16*16*32, 512),\n",
" nn.ReLU(),\n",
" nn.Dropout(p=0.7),\n",
Expand All @@ -932,7 +932,7 @@
"metadata": {
"id": "G44l3Bijgl0H"
},
"execution_count": 527,
"execution_count": 565,
"outputs": []
},
{
Expand All @@ -945,9 +945,9 @@
"base_uri": "https://localhost:8080/"
},
"id": "PB-qy2909Faq",
"outputId": "1c18c4c7-4c41-40a1-b4d7-925ba3337732"
"outputId": "01b7024a-b8a1-436d-e371-33c260a083c3"
},
"execution_count": 528,
"execution_count": 566,
"outputs": [
{
"output_type": "stream",
Expand Down Expand Up @@ -1501,7 +1501,7 @@
"collapsed_sections": [],
"name": "Brain Tumour Classification",
"provenance": [],
"authorship_tag": "ABX9TyMVaqV7S/yULeuAfxMmvKfL",
"authorship_tag": "ABX9TyOL/hIyPIitfBep4jbFIvHw",
"include_colab_link": true
},
"kernelspec": {
Expand Down

0 comments on commit f9f88fa

Please sign in to comment.