Replies: 2 comments 1 reply
-
Hey @debyee, it seems that the tutorials are slightly out of sync with the last release version. We are working on that (for the upcoming workshops) and will make a new release in the coming days. We discussed this in the last team meeting, to move to versioning the docs properly. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@debyee tutorials should be good now! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am working on installing HSSM on my local computer, with the goal of testing the basic functions from the tutorials before fitting to my dataset. I followed the instructions on the installation website and am able to install the package (e.g., it loads the cav_data just fine).
For context, I have a Macbook with an M1 chip, and I created a conda environment with python version 3.11 and used the conda-forge to install locally, as seen below:
However, I am running into some issues with failing to call the attributes from the hssm package, such as:
hssm.HSSM.supported_models
Error: AttributeError: type object 'HSSM' has no attribute 'supported_models'
hssm.defaults.get_ddm_config()
Error: AttributeError: Module 'hssm.defaults' has no attribute 'get_ddm_config'
I am also trying the tutorial code with defining the model (e.g., hssm.HSSM() and model.sample()), and I think I am running into broader issues with defining objects based on the package functions.
Do you have any advice for how I can troubleshoot this issue? Let me know if there's something I am missin in the installation. Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions