cai_yc

Results 4 issues of 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.