pytorch-semseg
pytorch-semseg copied to clipboard
Semantic Segmentation Architectures Implemented in PyTorch
yaml.load(fp) deprecated, added a new way of loading yaml file.
I have seen an error in the file fcn8s_pascal.yml, in the selection of the dataset. For the val split it select "val" instead of "train_aug_val" this leads to 400 images...
Thanks for starring [sourcery-ai/sourcery](/sourcery-ai/sourcery) ✨ 🌟 ✨ Here's your pull request refactoring your most popular Python repo. If you want Sourcery to refactor all your Python repos and incoming pull...
The poly learning rate doesn't work as intended. The current implementation is as follows: ``` def get_lr(self): if self.last_epoch % self.decay_iter or self.last_epoch % self.max_iter: return [base_lr for base_lr in...