-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |