-
Notifications
You must be signed in to change notification settings - Fork 45
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
Unable to reproduce results #4
Comments
@shyam-lab Can u show me the versions of all dependencies that you have installed in your environment? This can be done using |
This has been evaluated in Amazon ec2 instance (g3s.xlarge) which comes pre-built with deep learning packages. And as mentioned in the repository, we have performed the run the code within conda environment. ubuntu@ip-172-31-28-90: |
Hey guys, has this issue been solved? I can't reproduce the result as well. My environment is as below: (tiny) wequ0318@gpux4:/share/wequ0318/tinysleepnet$ conda list|grep cudnn |
try this : python download_sleepedf.py Hats off man. good work. There is silly mistake : and to train on the whole dataset you need to load the parameters from config/sleepedfx.py Well done by budaaar!! good work honestly <3 |
|
Did you solve this problem? I checked the logs during the training process and found that several folds ended training early, and the resulting confusion matrix was incorrectly classified into the same class |
@yangyuqing15715165798 I modified this line of code. signals = psg_f.readSignal(select_ch_idx).reshape(-1, n_epoch_samples) |
Hi Akara,
I'm unable to reproduce the results as mentioned in the documentation of this repository.
Below are the steps that I have followed,
And following is final results section from predict.log file:
Please let me know if there are configurations that have to be setup to reproduce the results.
The text was updated successfully, but these errors were encountered: