Kim, Seongsu

Results 2 comments of Kim, Seongsu

@sgbaird Hi, I solved the problem. The error message ```shell InstantiationException("Error in call to target 'cdvae.pl_modules.gnn.DimeNetPlusPlusWrap':\nRuntimeError('a leaf Variable that requires grad is being used in an in-place operation.')\nfull_key: encoder") ```...

And I also found another import version conflicts of `wandb`, `pytorch-lightning `and `torchmetrics`. I used latest version of wandb (0.15.8) and downgraded pytorch-lightning=1.3.8 and torchmetrics=0.7.3. ``` Package Version Editable project...