Skip to content

Project Structure

Minh Le edited this page Mar 21, 2019 · 1 revision

Set Up

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.

Other Directories/Files

  • src/ - source code
  • src/models - model definitions
  • notebooks/ - Jupyter notebooks for experiments and data preprocessing
  • scripts/ - scripts

Clone this wiki locally