Open nilabjodey opened 4 years ago
How can I train a new model while modifying the loss function used in the encnet as well as the deeplab / fcn.. model cross-entropy loss ? Also, how can I remove encnet from the structure and do an ablation study?
Please read the docs on PyTorch for customizing models.
How can I train a new model while modifying the loss function used in the encnet as well as the deeplab / fcn.. model cross-entropy loss ? Also, how can I remove encnet from the structure and do an ablation study?