Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manabil authored Aug 29, 2023
1 parent c9f5c90 commit a0059f8
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Readme Please !!!
---

In C2W4 Assignment you must have a **test model** so that all cell code can run smoothly.

After I checked the checksum on the week 3 test model it turned out to be the ***same as the week 4*** test model, therefore so that the repo size doesn't get bigger you can copy the week 3 test model to week 4

The path is the same as week 3. Copy the test model here (`data/resnet_50_feature_vector`)

```bash
.
├── Custom Models, Layers, Loss Functions with Tensorflow
│   └── ...
│   └── ...
└── Custom and Distributed Training with Tensorflow
├── ...
│  └── ...
└── Week 4
├── C2W4_Assignment.ipynb
├── ...
   └── data
   └── resnet_50_feature_vector
   ├── saved_model.pb
   └── variables
   ├── variables.data-00000-of-00001
   └── variables.index
```

0 comments on commit a0059f8

Please sign in to comment.