cespos

Results 23 comments of cespos

I fixed it by installing specific keras and tensorflow versions: ``` pip install keras==2.8.0 pip install tensorflow==2.8.0 pip install tensorboard==2.8.0 pip install tensorflow-serving-api==2.8.0 ``` To avoid this issue to occur...

I found out what the issue was in my case. The a3m file I generated with jackhammer had sequences split in multiple rows: ``` >protein ASAPLHLGKCNIAGWILGNPECESLSTASSWSYIVETPSSDNGTCYPGDFIDYEELREQLSSVSSFERFEIFPKTSSWPNHDSDKGVTAACPHAGAKSFY KNLIWLVKKGNSYPKLSKSYINDKGKEVLVLWGIHHPSTSADQQSLYQNADAYVFVGSSRYSKTFKPEIAIRPKVRDREGRMNYYWTLVEPGDKITFEAT GNLVVPRYAFAMERNAGSGLEVLFQ ``` By...