Skip to content

Commit

Permalink
Crop long outputs so they show up nicer on github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ageron committed Apr 15, 2019
1 parent 861944d commit 3c561c7
Show file tree
Hide file tree
Showing 11 changed files with 1,234 additions and 14,397 deletions.
1,777 changes: 213 additions & 1,564 deletions 02_end_to_end_machine_learning_project.ipynb

Large diffs are not rendered by default.

318 changes: 159 additions & 159 deletions 03_classification.ipynb

Large diffs are not rendered by default.

240 changes: 120 additions & 120 deletions 04_training_linear_models.ipynb

Large diffs are not rendered by default.

217 changes: 105 additions & 112 deletions 05_support_vector_machines.ipynb

Large diffs are not rendered by default.

228 changes: 114 additions & 114 deletions 07_ensemble_learning_and_random_forests.ipynb

Large diffs are not rendered by default.

168 changes: 84 additions & 84 deletions 08_dimensionality_reduction.ipynb

Large diffs are not rendered by default.

9,407 changes: 1 addition & 9,406 deletions 09_unsupervised_learning.ipynb

Large diffs are not rendered by default.

2,837 changes: 180 additions & 2,657 deletions 10_neural_nets_with_keras.ipynb

Large diffs are not rendered by default.

358 changes: 179 additions & 179 deletions 12_custom_models_with_tensorflow_2.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 13_loading_and_preprocessing_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 80,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -2824,7 +2824,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 106,
"metadata": {},
"outputs": [],
"source": [
Expand Down
77 changes: 77 additions & 0 deletions 14_convolutional_neural_networks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1444,6 +1444,83 @@
"execution_count": 53,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0 input_2\n",
"1 block1_conv1\n",
"2 block1_conv1_bn\n",
"3 block1_conv1_act\n",
"4 block1_conv2\n",
"5 block1_conv2_bn\n",
"6 block1_conv2_act\n",
"7 block2_sepconv1\n",
"8 block2_sepconv1_bn\n",
"9 block2_sepconv2_act\n",
"10 block2_sepconv2\n",
"11 block2_sepconv2_bn\n",
"12 conv2d_44\n",
"13 block2_pool\n",
"14 batch_normalization_35\n",
"15 add_16\n",
"16 block3_sepconv1_act\n",
"17 block3_sepconv1\n",
"18 block3_sepconv1_bn\n",
"19 block3_sepconv2_act\n",
"20 block3_sepconv2\n",
"21 block3_sepconv2_bn\n",
"22 conv2d_45\n",
"23 block3_pool\n",
"24 batch_normalization_36\n",
"25 add_17\n",
"26 block4_sepconv1_act\n",
"27 block4_sepconv1\n",
"28 block4_sepconv1_bn\n",
"29 block4_sepconv2_act\n",
"30 block4_sepconv2\n",
"31 block4_sepconv2_bn\n",
"32 conv2d_46\n",
"33 block4_pool\n",
"34 batch_normalization_37\n",
"<<133 more lines>>\n",
"97 block11_sepconv1\n",
"98 block11_sepconv1_bn\n",
"99 block11_sepconv2_act\n",
"100 block11_sepconv2\n",
"101 block11_sepconv2_bn\n",
"102 block11_sepconv3_act\n",
"103 block11_sepconv3\n",
"104 block11_sepconv3_bn\n",
"105 add_25\n",
"106 block12_sepconv1_act\n",
"107 block12_sepconv1\n",
"108 block12_sepconv1_bn\n",
"109 block12_sepconv2_act\n",
"110 block12_sepconv2\n",
"111 block12_sepconv2_bn\n",
"112 block12_sepconv3_act\n",
"113 block12_sepconv3\n",
"114 block12_sepconv3_bn\n",
"115 add_26\n",
"116 block13_sepconv1_act\n",
"117 block13_sepconv1\n",
"118 block13_sepconv1_bn\n",
"119 block13_sepconv2_act\n",
"120 block13_sepconv2\n",
"121 block13_sepconv2_bn\n",
"122 conv2d_47\n",
"123 block13_pool\n",
"124 batch_normalization_38\n",
"125 add_27\n",
"126 block14_sepconv1\n",
"127 block14_sepconv1_bn\n",
"128 block14_sepconv1_act\n",
"129 block14_sepconv2\n",
"130 block14_sepconv2_bn\n",
"131 block14_sepconv2_act\n"
]
},
{
"name": "stdout",
"output_type": "stream",
Expand Down

0 comments on commit 3c561c7

Please sign in to comment.