You can train your model on either the cifar10 dataset or the clothing1mpp dataset. -->
python main.py --config=configs/cifar10/default.yaml
Here's how you can customize different components of your training process:
- Training loop: Refer to the examples in the
train_loopsdirectory - Model: Refer to the examples in the
modelsdirectory - Dataset: Refer to the examples in the
loadersdirectory - Optimizer: Refer to the examples in the
optimizer_factory.pyfile - Loss function: Refer to the examples in the
loss_function_factory.pyfile