DeepAb
DeepAb copied to clipboard
Training
Can I train the model instead of using the pretrained one?
Hello, you should be able to train using the code here: deepab/models/AbResNet/train.py
.
Hello again, When I run AbResNet/train.py I get the error: FileNotFoundError: No file at trained_models/pairedseqlstm_scaler.p.e5
I also tried to run PairedSeqLSTM\train.py but I got the error: FileNotFoundError: [Errno 2] Unable to open file (unable to open file: name = '/mnt/d/Σχολή/5ο/ΕιδικόΘέμα/DeepAb-main/data/abSeq.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
Am I doing something wrong or do I need a file that is not uploaded?