Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 06-convnet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:dl-minicourse] *",
"display_name": "Python 3",
"language": "python",
"name": "conda-env-dl-minicourse-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -450,7 +450,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.9"
}
},
"nbformat": 4,
Expand Down
Loading