tianshilu / pMTnet

Deep Learning the T Cell Receptor Binding Specificity of Neoantigen
GNU General Public License v2.0
76 stars 20 forks source link

tensorflow.python.framework.errors_impl.InvalidArgumentError: input and filter must have the same depth: 76 vs 30 #4

Open zhangbiwu opened 2 years ago

zhangbiwu commented 2 years ago

hi, I have a problem when I run the code: python pMTnet.py -input test/input/test_input.csv -library library -output test/output -output_log test/output/output.log tensorflow.python.framework.errors_impl.InvalidArgumentError: input and filter must have the same depth: 76 vs 30

So, can you help me with this problem?thanks

tianshilu commented 2 years ago

Could send me the input file? It looks like there is something wrong with the input.

zhangbiwu commented 2 years ago

Thanks for helping me out. I want to try training the model myself, But I don't know how to train the model. So, can you post this training code for my reference? thank you very much!

tianshilu commented 2 years ago

The codes for training and encoding are posted here https://github.com/tianshilu/pMTnet/tree/master/test/code. Thanks!

zhangbiwu commented 2 years ago

Thanks, but I can't find the training data. Such as the files of training of positive.csv and TCR_output.csv mentioned in the code.thank you very much!