-
Notifications
You must be signed in to change notification settings - Fork 0
Project Structure
Minh Le edited this page Mar 21, 2019
·
1 revision
There are some directories that need to be created manually that are not available on the repo because they are not code. In the root directory of the repo make the following directories.
mkdir models
mkdir logs
The models directory will store model files after training and logs are for logs.
- src/ - source code
- src/models - model definitions
- notebooks/ - Jupyter notebooks for experiments and data preprocessing
- scripts/ - scripts