cespos
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 also have the same issue with the offline install
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...