Open eladar opened 3 years ago
It is better to avoid using self.save_hyperparameters with no inputs as it will recorded backbone as part of the yaml file. Doing do with simple resnet18 take about 2 minutes (probably to serialize the model)
It is better to avoid using self.save_hyperparameters with no inputs as it will recorded backbone as part of the yaml file. Doing do with simple resnet18 take about 2 minutes (probably to serialize the model)