Closed BSharmi closed 2 years ago
Hello!
I am trying to replicate the Localization fine tune notebook (https://github.com/agemagician/ProtTrans/blob/master/Fine-Tuning/ProtBert-BFD-FineTuning-PyTorchLightning-Localization.ipynb) and get an error AttributeError: can't set attribute in the
AttributeError: can't set attribute
model = ProtBertBFDClassifier(hparams) while trying to set the hparams self.hparams = hparams
model = ProtBertBFDClassifier(hparams)
self.hparams = hparams
Did I miss anything here? I am just rerunning the notebook
Thank you!
I think I needed to install the specified PyTorch version to run the notebook
Hello!
I am trying to replicate the Localization fine tune notebook (https://github.com/agemagician/ProtTrans/blob/master/Fine-Tuning/ProtBert-BFD-FineTuning-PyTorchLightning-Localization.ipynb) and get an error
AttributeError: can't set attribute
in themodel = ProtBertBFDClassifier(hparams)
while trying to set the hparamsself.hparams = hparams
Did I miss anything here? I am just rerunning the notebook
Thank you!