.
├── callbacks // here you can create your custom callbacks
├── checkpoint // were we store the trained models
├── data // here we define our dataset
│ └── transformation // custom transformation, e.g. resize and data augmentation
├── logger.py // were we define our logger
├── losses // custom losses
├── main.py
├── models // here we create our models
│ └── utils.py
├── Project.py // a class that represents the project structure
├── README.md
├── requirements.txt
└── utils.py // utilities functions