-
Notifications
You must be signed in to change notification settings - Fork 35
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
conda env or requirements.txt file #7
Comments
So I've been getting errors with the setup.py file you have included as the environment you rely on. Here are the type of errors I've gotten when omitting jupyterlab. PackagesNotFoundError: The following packages are not available from current channels: tensorflow-gpu==2.7.0 |
Also I have included a conda env and a pip env that is made up of the dependencies you have listed and those releases are not able to be found. |
name: speechBCI_env
|
We should address this as it's a barrier to replicating the amazing work done in this paper. We need to arrive at a usable environment that can be used by anyone in the competition. |
Thanks for feedbacks! I can reproduce some of your package missing problems on my end. Sorry about that. I think some dependencies have changed since we wrote the code. You should be able to install NeuralDecoder with
|
HI guys,
Love the work you're doing here and I'm also looking to enter the competition around this framework. Though one thing
that I'm looking for is a conda env or a requirments.txt file for both models that were trained. I'm not exactly seeing one in either
model that was trained for the neural decoder or the word decoder so I'm just wondering if anyone can provide one or if you can point me in the right direction. Much appreciated and all the best!
-Brian
The text was updated successfully, but these errors were encountered: