grok
grok copied to clipboard
Results
35
grok issues
Sort by
recently updated
recently updated
newest added
With the most recent version of pytorch lightning, assigning a value to self.hparams raises an AttributeError (see eg https://github.com/PyTorchLightning/pytorch-lightning/discussions/7525 ).
Fix setup requirements, use specific versions to avoid runtime errors.
As the in title, I'm running into an AttributeError: can't set attribute when running train.py, is it because I'm using Python 3.8 or something is off with the passing of...