-
Notifications
You must be signed in to change notification settings - Fork 78
Augmentation #470
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
Augmentation #470
Changes from all commits
3d6c53c
8d38aa0
c709386
f62f5f2
5ae83bc
2748a84
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There have been use-cases for this dataset. Why should we remove it?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There have never been use cases in amortized inference. It can be used for sequential inference, but if we want to do actual sequential inf, it needs to change dramatically anyways.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can see use cases for this (for example, you want to use some "early stopping" while also wanting to avoid overfitting in case you have to train longer). Could we do a quick user survey in one of our channels to check if anyone is using it before we remove it without deprecating it properly?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Feel free to ask around. |
This file was deleted.
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 only works for shallow batch trees. However, I think that is fine, since this is the only use-case so far.