Closed CHENGHUAN555 closed 1 year ago
@gonlairo can you take a look?
@CHENGHUAN555 did you install the data pip install cebra[datasets]
otherwise indeed the module is not loaded. I suggest checking out demos here: https://cebra.ai/docs/demos.html, which use a particular data loader, but nonetheless you get the idea. See install here: https://cebra.ai/docs/installation.html#id1
This solved it for me when I hit this error when working through the code in the Usage page.
A couple of notes (feel free to ignore :smile:) -- I found the ModuleNotFound
message a bit hard to interpret as it didn't say what module, so I wasn't sure how to proceed. Also, the installation page says that the datasets
optional dependency is for working with the datasets at Figshare. Hence, when I got the error on the Usage page when trying to do stuff with synthetic data, I didn't consider the correct solution.
Anyway, minor wrinkles -- congrats on the cool package I'm having fun with it so far!
@EricThomson , thanks for flagging. I created a new issue to track these potential improvements here: https://github.com/AdaptiveMotorControlLab/CEBRA/issues/77
Is there an existing issue for this?
Bug description
When running the following code, an error was reported in line 30:
Operating System
windows 10
CEBRA version
cebra version 0.2.0
Device type
gpu
Steps To Reproduce
No response
Relevant log output
Anything else?
No response
Code of Conduct