cai_yc
cai_yc
I tried with the following code, but I failed. When I try to load a .cdx file, nothing happened but window close? ``` from PyQt5 import QtCore from PyQt5.QAxContainer import...
I tried to train a new model by running ```train.py```, but I got this: ``` [2023-06-28 10:32:08,821::train::INFO] Namespace(config='./configs/train.yml', device='cuda', logdir='./logs') [2023-06-28 10:32:08,821::train::INFO] {'model': {'vn': 'vn', 'hidden_channels': 256, 'hidden_channels_vec': 64, 'encoder':...
In project **photomosaic.py**, in line 180: ```python if not reuse_images: input_images.remove(match) ``` I wonder variable ‘match' is miswritten. it is never defined in codes. But I don't know what it...
Where is the ```model/fusion/main_fusion_pdbbind.py```? Is it the same one to ```model/fusion_tf/main_fusion_pdbbind.py```, or different? Thanks a lot.
Command ```vina_1.2.5_win.exe --receptor d:/docking/protein.pdbqt --batch d:/docking/m1.pdbqt d:/docking/m2.pdbqt --dir poses --center_x 1.26 --center_y 0.81 --center_z 2.55 --size_x 40 --size_y 40 --size_z 40 --cpu 8 --exhaustiveness 12``` was run on windows. However,...