Raymond

Results 5 issues of Raymond

## ❓ Questions & Help 当我使用自定义数据集来进行图分类任务时,会出现以下错误,并且我不太理解60121这个数字是怎样计算出来的 Traceback (most recent call last): File "D:/cogdl-master/myData.py", line 92, in experiment(model="gin", dataset=dataset ,epochs = 100 ,hidden_size=16) File "D:\cogdl-master\cogdl\experiments.py", line 360, in experiment return raw_experiment(args)...

## ❓ Questions & Help from cogdl import experiment if __name__ == '__main__': experiment(dataset="cora", model="gcn", epochs=100) 最近我在使用cogdl时,我等了将近几十分钟都没有反应,但之前的话使用起来非常快速,请问是为什么?

1. After reading the code, I wonder if the trained model can be directly used for 2D structured grid generation in irregular areas, and if so, what are the input...

Hi, after cmake, I choose Visual Studio 2019 to generate FloatTetwild_bin. And i had this error. D:\Mesh2Tet-main\fTetWild\build\Debug\FloatTetwild_bin.exe : fatal error LNK1169: one or more multiply defined symbols were found

Your work on tetrahedral mesh generation is admirable! The packed tetrahedral grid in Figure 3 in your paper(TetGAN overview.) looks very vivid. I want to draw this effect on other...