-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
make Juno dependency conditional #454
Comments
We should probably just fix that issue, rather than introducing something more fragile into Flux. |
Could also switch to the @logmsg -1 "making progress" progress=0.5 API. |
I am making a PR right now using the |
I was wondering if we support conditional dependencies in Pkg would help. Like rust, users can choose enhancement like GPU, better Juno printing etc.while installing the package. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because of a dependency via Juno, using Flux on Julia#master currently suffers from JunoLab/Media.jl#19.
I wonder if dependency on Juno could be made conditional, via Requires. Looking at the code, the only difficulty I see with this is the
@progress
macro in training.The text was updated successfully, but these errors were encountered: