DRbond
DRbond
thx a lot! But when I run the code, report a ERROR that: ``` +--------------------+------------------------------+ | Parameter | Value | +--------------------+------------------------------+ | data_dir | ../DATA/OAG | +--------------------+------------------------------+ | use_pretrain |...
> hi, @jiaruHithub thanks for your interest. The hyperparameters used in transfer learning are exactly the default parameters in the file, `pretraining.py` and `finetune.py` in this [directory](https://github.com/THUDM/GraphMAE/tree/main/chem) . Or you...
> hi, @jiaruHithub thanks for your interest. The hyperparameters used in transfer learning are exactly the default parameters in the file, `pretraining.py` and `finetune.py` in this [directory](https://github.com/THUDM/GraphMAE/tree/main/chem) . Or you...
Thanks a lot !
I found a method that to use'dict.setdefault'add a index to self.Index a np.array. Then I can run thr code with no error
> @ThyrixYang I'll be more than happy to share some results with you on this baseline. > I guess I am performing the 10-fold CV properly, in particular: > >...