-
Notifications
You must be signed in to change notification settings - Fork 34
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
Mamba fix #123
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.
Looks good - mamba training in separate files, newcluster updates to dataloader (mostly adding AutoHandler). MyPy doesn't like imports but we can force push this if needed and fix later.
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Added a check for length of doc Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
cleanup for main_training.py Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Antoni Viros i Martin <[email protected]> Signed-off-by: Davis Wertheimer <[email protected]>
Signed-off-by: Antoni Viros i Martin <[email protected]> Signed-off-by: Davis Wertheimer <[email protected]>
Tried to add my sign-off to the relevant commits, but looks like Antoni's force push breaks the ability to rebase earlier than that. So... if we end up force pushing make sure to squash all these commits |
Cleaned up main_training.py file