From 5caccc5260f5c7b87ce9b237b6fe6c98e5b3863a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Aug 2023 06:16:08 +0000 Subject: [PATCH] Update tree --- README.md | 14 ++++++++------ tree.txt | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 46b1b62..f4cbd5c 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,12 @@ This is my assignment in that specialization. This repo only includes lab files, │   ├── C1_W3_Lab_2_custom-dense-layer.ipynb │   ├── C1_W3_Lab_3_custom_layer_activation.ipynb │   └── utils.py - └── Week 4 - ├── C1W4_Assignment.ipynb - ├── C1_W4_Lab_1_basic_model.ipynb - ├── C1_W4_Lab_2_resnet_example.ipynb - ├── VGG.png - └── utils.py + ├── Week 4 + │   ├── C1W4_Assignment.ipynb + │   ├── C1_W4_Lab_1_basic_model.ipynb + │   ├── C1_W4_Lab_2_resnet_example.ipynb + │   ├── VGG.png + │   └── utils.py + └── Week 5 + └── C1_W5_Lab_1_exploring_callbacks.ipynb ``` diff --git a/tree.txt b/tree.txt index 6ca0d54..1d559fb 100644 --- a/tree.txt +++ b/tree.txt @@ -21,10 +21,12 @@ │   ├── C1_W3_Lab_2_custom-dense-layer.ipynb │   ├── C1_W3_Lab_3_custom_layer_activation.ipynb │   └── utils.py - └── Week 4 - ├── C1W4_Assignment.ipynb - ├── C1_W4_Lab_1_basic_model.ipynb - ├── C1_W4_Lab_2_resnet_example.ipynb - ├── VGG.png - └── utils.py + ├── Week 4 + │   ├── C1W4_Assignment.ipynb + │   ├── C1_W4_Lab_1_basic_model.ipynb + │   ├── C1_W4_Lab_2_resnet_example.ipynb + │   ├── VGG.png + │   └── utils.py + └── Week 5 + └── C1_W5_Lab_1_exploring_callbacks.ipynb ```