Replies: 3 comments 3 replies
|
My workaround is using this line of code |
0 replies
|
Thanks @gbradham ! |
3 replies
|
Hi all! thanks for this discussion! We will release a new |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I got the following error when running the hippocampus demo and the step-by-step tutorial in google colab.
cebra_posdir3 = cebra_posdir3_model.transform(hippocampus_pos.neural)
error
AttributeError Traceback (most recent call last)
in <cell line: 2>()
1 cebra_posdir3_model.fit(hippocampus_pos.neural, hippocampus_pos.continuous_index.numpy())
----> 2 cebra_posdir3 = cebra_posdir3_model.transform(hippocampus_pos.neural)
4 frames
/usr/local/lib/python3.10/dist-packages/sklearn/base.py in sklearn_tags(self)
857
858 def sklearn_tags(self):
--> 859 tags = super().sklearn_tags()
860 tags.transformer_tags = TransformerTags()
861 return tags
AttributeError: 'super' object has no attribute 'sklearn_tags'
Is there a solution for this?
All reactions