Skip to content

Commit 2f866b2

Browse files
authored
Update README.md: ease_train.py -> base_train.py
1 parent 750b7b4 commit 2f866b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Folder structure
111111
```
112112
├── base
113113
│ ├── base_model.py - this file contains the abstract class of the model.
114-
│ └── ease_train.py - this file contains the abstract class of the trainer.
114+
│ └── base_train.py - this file contains the abstract class of the trainer.
115115
116116
117117
├── model -This folder contains any model of your project.

0 commit comments

Comments
 (0)