-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to train ATM_S_reconstruction_scale_0_1000 #22
Comments
To generate the pre-trained weights for subject 8, you'll indeed want to run the The weights you're referring to (
To evaluate the model performance, you can use the I've also updated all the EEG features on Hugging Face, so you can directly use them in the |
Thank you very much for your reply, I've been able to run the code under the Retrieval file correctly so far, but I'm still having a lot of problems running the code under Generation.
|
Thank you for reaching out and sharing the issues you've encountered while working with the codebase. I apologize for the inconvenience caused. Regarding the model training: It appears there was some confusion regarding the Missing
README file updates: We've made updates to the README file to address the steps that were not working as expected. Please ensure that you're following the latest version of the README by forking the entire code repository. This will help you keep your local copy up-to-date with our continuous updates. |
Thank you very much for your prompt reply, I have successfully run the code and generated the image. However, I still encounter many problems when I run Reconstruction_Metrics_ATM.ipynb. This code is supposed to be for the NSD dataset and does not run the EEG dataset. And there is no result of a successful run in the ipynb file. Can you update this file? |
I've made some adjustments to the Reconstruction_Metrics_ATM.ipynb file. Currently, it only retains the code cells necessary for evaluating the EEG reconstruction performance. Some of the less critical cells, such as visualizations, may fail due to indexing issues. You can skip those parts and proceed to run the subsequent code blocks directly. |
However, there are still many problems in the code.
|
Congratulations on your achievement. Thank you for making the code public.
But I have some questions about the code. How do we train the ATM_S_reconstruction_scale_0_1000 model and save the parameters? I didn't see the relevant process in the readme. I only saw the process of downloading the model and it didn't guide me on how to train it myself.
The text was updated successfully, but these errors were encountered: