Train a perceptual metric using BAPPS
masterYou can train a linear layer on top of an existing representation using the BAPPS dataset.
- Standard training/testing: Run
bash train_test_metric.sh. This trains for 10 epochs on the full training set and tests on all validation sets. - Train from scratch: Run
bash train_test_metric_scratch.sh. - Fine-tune: Run
bash train_test_metric_tune.sh.
Training results (checkpoints) are saved in the checkpoints directory.