Yangzhe Peng
Yangzhe Peng
When I try to reimplement the DenseASPP, I refer to both the official code and this repo, but when it comes to DenseASPP head, I notice the order of conv...
Hi, Thanks for your paper, it's really impressive. And I'm very glad to see the code release. Beside, I wonder if it's possible to use deepstruct model using huggingface, as...
The code implemented in unimol_tools did not pass the `cuda` variable to `Trainer`, so the gpu won't be used. The related code is [here](https://github.com/dptech-corp/Uni-Mol/blob/c458c0fae2318b6bf49fed51f56fdc8d4b7003e1/unimol_tools/unimol_tools/predictor.py#L90). Should be changed like this: ```python...