Skip to content
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

Is AbstractLuxContainerLayer abandoned in Lux 1.0.4? #942

Open
disadone opened this issue Sep 19, 2024 · 1 comment
Open

Is AbstractLuxContainerLayer abandoned in Lux 1.0.4? #942

disadone opened this issue Sep 19, 2024 · 1 comment

Comments

@disadone
Copy link

disadone commented Sep 19, 2024

I am going through the tutorial:
https://lux.csail.mit.edu/dev/tutorials/beginner/3_SimpleRNN#Creating-a-Classifier

However, julia tell me

UndefVarError: `AbstractLuxContainerLayer` not defined

Stacktrace:
 [1] getproperty(x::Module, f::Symbol)
   @ Base .\Base.jl:31
 [2] top-level scope
   @ XXX\my_julia_ML_learning\jl_notebook_cell_df34fa98e69747e1a8f8a730347b8e2f_W2sZmlsZQ==.jl:

Is the tutorial need to be updated?

It is weird, it only happens in jupyter in vscode. Julia file works fine...

@avik-pal
Copy link
Member

You are probably running an older version of Lux (jupyter notebook using a different project perhaps?). AbstractLuxContainerLayer was introduced in LuxCore/Lux v1.

The docs are live updated and CI would fail if any of the examples aren't working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants