Skip to content

Commit

Permalink
Updating the code
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiarulli committed Jan 5, 2020
1 parent 8dd27ac commit ae0dcae
Show file tree
Hide file tree
Showing 8 changed files with 785 additions and 213 deletions.
137 changes: 79 additions & 58 deletions 01-Data_Exploration.ipynb

Large diffs are not rendered by default.

105 changes: 32 additions & 73 deletions 02-CustomCNN.ipynb

Large diffs are not rendered by default.

71 changes: 27 additions & 44 deletions 03-Transfer_Learning.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 04-Fine_Tuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
189 changes: 153 additions & 36 deletions 05-Callbacks_and_Tensorbord.ipynb

Large diffs are not rendered by default.

473 changes: 473 additions & 0 deletions 06-Model-Performance.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Advanced_Data_Exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.4"
}
},
"nbformat": 4,
Expand Down
19 changes: 19 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: cnn
channels:
- conda-forge

dependencies:
- python==3.7.4
- pip
- matplotlib
- cudatoolkit=10.0.130
- cudnn
- pandas
- pip:
- jupyterlab
- tensorflow-gpu==2.0.0b1
- opencv-python==4.1.1.26
- opencv-contrib-python==4.1.1.26
- numpy==1.16.0
- scikit-learn

0 comments on commit ae0dcae

Please sign in to comment.