kuixu / PrismNet

Predicting dynamic cellular protein-RNA interactions using deep learning and in vivo RNA structure
MIT License
57 stars 12 forks source link

Problem of the order of TIA1_Hela clip_data PrismNet pu #3

Open ZizhengYang opened 2 years ago

ZizhengYang commented 2 years ago

If using

exp/EXP_NAME/train.sh pu PrismNet TIA1_Hela clip_data 

then there will have an error

FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = 'data/PrismNet/pu.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

I couldn't understand why there is this weird url 'data/PrismNet/pu.h5' so I decide to change position of the command.

It seems the right order should be: exp/prismnet/train.sh TIA1_Hela clip_data PrismNet pu