carinaxguo commited on
Commit
8153008
·
verified ·
1 Parent(s): 5dfd9a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ optimizer = optim.Adam(model.parameters(), lr=1e-4)
16
  ```
17
 
18
  ## How to Run
19
- In the notebook Run_swin_base.ipynb, replace the line:
20
  ```python
21
  dataset_test = load_dataset("gydou/released_img")
22
  ```
 
16
  ```
17
 
18
  ## How to Run
19
+ In the notebook Run_EfficientNet.ipynb, replace the line:
20
  ```python
21
  dataset_test = load_dataset("gydou/released_img")
22
  ```