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
When I start py demo1d.py, it has an error:
AttributeError: 'Parameter' object has no attribute 'value'
When I take .value() away, there is an new error:
AttributeError: 'Parameter' object has no attribute 'ndim'
I wonder if there is any possible way to fix it locally?
Thx
The text was updated successfully, but these errors were encountered:
Hello I'm trying to run your demo1d.
When I start py demo1d.py, it has an error:
AttributeError: 'Parameter' object has no attribute 'value'
When I take .value() away, there is an new error:
AttributeError: 'Parameter' object has no attribute 'ndim'
I wonder if there is any possible way to fix it locally?
Thx
The text was updated successfully, but these errors were encountered: