You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Now the model is able to produce outputs. As @avik-pal suggests on Zulip:"FastAI.jl is holding Flux and NNlib back. Can you remove that? This case should still be handled correctly in luxlib and is probably a bug. Can you open an issue so that I can patch this?", I'm creating a issue here.
The text was updated successfully, but these errors were encountered:
I realized this is something that can't be fixed without user intervention. So I added a more meaningful error message telling the user what to do instead of an obscure getproperty failure.
We are trying to duplicate the example here but we are getting an unexpected error saying BatchNorm is not defined
Here is the code combining Lux and FluxMPI
Here is the error
And the Project.toml:
We cleaned up the environment and below is the new Project.toml(Basically, we removed Flux, FastAI, FastVision, etc):
Now the model is able to produce outputs. As @avik-pal suggests on Zulip:"FastAI.jl is holding Flux and NNlib back. Can you remove that? This case should still be handled correctly in luxlib and is probably a bug. Can you open an issue so that I can patch this?", I'm creating a issue here.
The text was updated successfully, but these errors were encountered: