object has no attribute 'aux_parameters'
See original GitHub issueHello,
It seems that after the recent update, I get the following error in my code
torch.nn.modules.module.ModuleAttributeError: ‘FactorizedPrior’ object has no attribute ‘aux_parameters’
To double check, I also executed your examples/CompressAI Inference Demo.ipynb
example and I got the same error. Has anything change in the structure of the code?
Thank you again for this nice library
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Object has no attribute even though function is defined [closed]
Looks like you are missing self parameters in the function. Try like this: def _block(self, in_channels, out_channels, kernel_size): [...].
Read more >Getting error AttributeError: 'FlatParam' object has no attribute ...
I am getting this error despite the fact that I'm not putting any attribute 'dist' into the FlatParam function, just the test_value argument ......
Read more >AttributeError: 'Particle' object has no attribute 'x' : r/learnpython
Hi guys, I'm a physics major and we've started doing classes in python. I have an attribute error and I cannot figure it...
Read more >'Solution' object has no attribute 'set_equivalence_ratio'
I have looked up the "set_equivalence_ratio" and it is an object in the ThermoPhase Class which is a base class for the Solution...
Read more >AttributeError: 'MultivariateSample' object has no attribute 'train'
While running the python code that is available in the linkclient-libraries-multivariate , i got the below error in "Run the Application" area.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok. Thank you very much for your support. I guess we can close this issue. Thank you again for this very nice framework.
Hi Navid, I’ve trained multiple models with both versions and haven’t noticed any performance difference. But please let me know if you observe any issue.