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

bump albumentations; support resuming of training #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dvschultz
Copy link

This PR does two things:

  1. Requires a minimum version of albumentations (fixes an issue I found with running on Colab)
  2. Allows you to resume training using the --resume argument. The code to resume training already existed in this repo but by default was always set to None. Passing in --resume with the train.py script now sets it to True

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

Successfully merging this pull request may close these issues.

1 participant