-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: Abandon of option to get circular patches since it was never used #88
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
il semble y avoir du linting qui a été appliqué sur du code qui n'est pas directement lié à cette MR
mais sinon ça me semble ok
f47f821
to
ce5fb26
Compare
ce5fb26
to
761b3ee
Compare
subtile_overlap_train: Number = 0, | ||
subtile_overlap_predict: Number = 0, | ||
batch_size: int = 12, | ||
num_workers: int = 1, | ||
prefetch_factor: int = 2, | ||
transforms: Optional[Dict[str, TRANSFORMS_LIST]] = None, | ||
**kwargs, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to ensure backward compatibility, but was not tested with older configs.
cf. #65
A merge après #87