ehsanasgari / DeepPrime2Sec

Apache License 2.0
27 stars 12 forks source link

where the X_test_408.npy? #1

Open fciasth opened 4 years ago

fciasth commented 4 years ago

Can't find the test set, please open the test set, thank you for your research.

redna11 commented 4 years ago

Same issue here. Where can the file X_test_408.npy be downloaded from. Thanks in advance

ehsanasgari commented 4 years ago

Hi there, sorry for the late response. Please find it here: http://deepbio.info/proteomics/datasets/deepprime2sec/train_files.tar.gz. The training file contains every feature concatinated. Please refer to the README and if you had further questions please let me know.

redna11 commented 4 years ago

Hello, this is the training file which contains X_train_408.npy, but how about the test file: X_test_408.npy ? thanks

ehsanasgari commented 4 years ago

You could find it here: https://github.com/ehsanasgari/DeepPrime2Sec/tree/master/datasets

redna11 commented 4 years ago

Ah yes I was just wondering if you had the npy file ready, but nevermind I will build it from the text file. Thanks for your assistance. Have to say it again the code in the repo is super easy to read and well structured. well done!

ehsanasgari commented 4 years ago

You're very welcome. The npy file is also there: "test_mat_Y.npy". Are you looking for something else?

redna11 commented 4 years ago

I was expecting the file: X_test_408.npy to be found next to X_train_408.npy I can see that it is possible to build it from scratch by reading the text file, but it would really save a couple of hours to all users of the repo if the prebuilt "X_test_408.npy" was included (or available as a download). Cheers

ehsanasgari commented 4 years ago

I thought this is also the same as X_test_408. But will check this later and if was not the same will upload the correct file.

redna11 commented 4 years ago

appreciate it, thanks

redna11 commented 4 years ago

Hello, I have tried to reconstruct the missing X_test_408.npy file from test.txt, but the results when training the algo do not match the expected. It only gets about 56% test accuracy, versus expected 70%. I assume there is an issue in the way I am building X_test_408.npy . Any chance to provide that file? Its shape should be (514, 700,408)

Without it results cannot be replicated properly.

Thanks!

D-hash commented 4 years ago

Hello @redna11 How have you reconstructed the X_test? I'm trying to replicate it too.

Thanks in advance.

afaquealam commented 1 year ago

please share X_test_408.npy file It is missing.

afaquealam commented 1 year ago

Hello @redna11 How have you reconstructed the X_test? I'm trying to replicate it too.