Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't train on MSCOCOReduced #9

Open
PavlosMelissinos opened this issue May 19, 2017 · 0 comments
Open

Can't train on MSCOCOReduced #9

PavlosMelissinos opened this issue May 19, 2017 · 0 comments
Labels

Comments

@PavlosMelissinos
Copy link
Owner

MSCOCOReduced has a bug that crashes the program during training. Reproduce by running train.py using the following solver.json:

{
  "model_name": "enet",
  "epochs": 100,
  "batch_size": 8,
  "completed_epochs": 0,
  "dh": 256,
  "dw": 256,
  "skip": 0,
  "resize_mode": "stretch",
  "instance_mode": true,
  "dataset_name": "mscoco_reduced"
}

The problem is probably related to MSCOCO assuming that the actual classes are depicted exactly in self._coco. Directly removing the extra classes from self._coco should have worked, however that is not the case for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant