Skip to content

Commit

Permalink
Remove empty tags from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dniku committed Feb 13, 2021
1 parent cd9f5e9 commit 0778afa
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 60 deletions.
4 changes: 1 addition & 3 deletions week1_intro/deep_crossentropy_method.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@
"<Figure size 700x700 with 1 Axes>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down
44 changes: 11 additions & 33 deletions week1_intro/primer/recap_ml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
}
],
Expand Down Expand Up @@ -596,9 +594,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
}
],
Expand Down Expand Up @@ -2083,9 +2079,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
}
],
Expand Down Expand Up @@ -2168,9 +2162,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
},
{
Expand All @@ -2180,9 +2172,7 @@
"<matplotlib.figure.Figure at 0x7f2fee543518>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand All @@ -2207,9 +2197,7 @@
"<matplotlib.figure.Figure at 0x7f2fec9032e8>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand All @@ -2232,9 +2220,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
},
{
Expand All @@ -2244,9 +2230,7 @@
"<matplotlib.figure.Figure at 0x7f2fe9023048>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down Expand Up @@ -2278,9 +2262,7 @@
"<matplotlib.figure.Figure at 0x7f2fe8f573c8>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
},
{
Expand All @@ -2292,9 +2274,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
},
{
Expand All @@ -2304,9 +2284,7 @@
"<matplotlib.figure.Figure at 0x7f2fe8ed0be0>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down
16 changes: 4 additions & 12 deletions week1_intro/primer/recap_pytorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
},
{
Expand Down Expand Up @@ -441,9 +439,7 @@
"<matplotlib.figure.Figure at 0x7fda9174f048>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down Expand Up @@ -559,9 +555,7 @@
]
},
"execution_count": null,
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "execute_result"
}
],
Expand Down Expand Up @@ -1042,9 +1036,7 @@
"<matplotlib.figure.Figure at 0x7f625a9f4278>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down
4 changes: 1 addition & 3 deletions week2_model_based/practice_vi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,7 @@
"<graphviz.dot.Digraph at 0x7f729b9db7b8>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down
4 changes: 1 addition & 3 deletions week3_model_free/qlearning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,7 @@
"<Figure size 432x288 with 1 Axes>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down
4 changes: 1 addition & 3 deletions week4_approx/dqn_atari_pytorch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@
"<Figure size 1152x648 with 10 Axes>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down
4 changes: 1 addition & 3 deletions week6_outro/bandits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,7 @@
"<matplotlib.figure.Figure at 0x7fa18f3a7da0>"
]
},
"metadata": {
"tags": []
},
"metadata": {},
"output_type": "display_data"
}
],
Expand Down

0 comments on commit 0778afa

Please sign in to comment.