-
Notifications
You must be signed in to change notification settings - Fork 5
add support for hasconverged + conditional loading pkgs #8
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4f591af
add support for hasconverged
zuhengxu 4e31807
fix test error
zuhengxu 99ac0c1
rm example/Manifest.toml
zuhengxu e4f5efa
minor bug fix for trainig loop
zuhengxu b345e78
test new stopping criterion
zuhengxu f10512f
test convergent condition/ rm unready examples
zuhengxu b93dbe8
Merge branch 'TuringLang:main' into hasconverge
zuhengxu 1c1c88a
rm julia test from CI
zuhengxu 5d2844f
Revert "rm julia test from CI"
zuhengxu 3fdcb0e
make autodiff pkgs as extension + require for bwd compat
zuhengxu ddad59e
debugging Ext
zuhengxu ef60ee1
keep debugging
zuhengxu 5a5deb0
Fix AD package extension loading issues
sunxd3 25d4211
Applying @devmotion's comment
sunxd3 df5eddd
patch last commit
sunxd3 d44143b
patch for julia 1.6
sunxd3 b03e922
loading dep pkgs from main pkg instead of functions for explicitness
zuhengxu e9acf70
fixing test err
zuhengxu c6bf68b
rm unready examples
zuhengxu 701c5b5
remove @info when loading zygote ext
zuhengxu 2d05722
directly push stats into [] in training loop
zuhengxu 9412027
fix test error
zuhengxu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It seems compat entries for Enzyme and Requires are missing - I think this has to be fixed before tagging a release (packages with missing compat entries can't be added to the general registry IIRC).
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.
Good point! Yeah, I always forget adding compat entries for denpencies. Will include those in next PR (should be merged soon).