zeyuwang
zeyuwang
finetune
Hi: When I use pre-trained model finetune downstream graph_classification dataset RDT-B and RDT-M, I meet one problem. In deep learning finetune process, RDT-B and RDT-M, the train accuracy is very...
Hi: I want to learn how to make experiential data like downloaded 'dgl.bin' file?
Hi: I'm using kinetics-skeleton data. What's the meaning of neighbor_link? neighbor_link=[(4,3),(3,2),(7,6),(6,5),(13,12),(12,11),(10,9),(9,8),(11,5),(8,2),(5,1),(2,1),(0,1),(15,0),(14,0),(17,15),(16,14)]
When I run train.py, there is a problem following: absl.flags._exceptions.DuplicateFlagError: The flag 'log_dir' is defined twice. First from absl.logging, Second from flags. Description from first occurrence: directory to write logfiles...
Hi: I use your published of this paper, I can't reproduce the result. For example, MUTAG, test accuracy is very low, about 70 percent while train accuracy is near to...
When I run preprocess_reddit.py ,there is error that download link is wrong, urllib.error.HTTPError: HTTP Error 404: Not Found , How to solve this?
Hi: After reading your paper and code. I have two questions. First. In pretrain-gnns-master/model_gin, there are several supervised_.pth files, how to get them? Second, in README.md Fine-tuning, there is a...
您好: 我安装了mxnet-cu101==1.5.1,在运行的时候总会出现下面的问题: terminate called after throwing an instance of 'dmlc::Error' terminate called recursively what(): [10:39:57] /home/travis/build/dmlc/mxnet-distro/mxnet-build/3rdparty/mshadow/mshadow/./stream_gpu-inl.h:115: Check failed: err == CUBLAS_STATUS_SUCCESS (1 vs. 0) : Create cublas handle failed Stack...
您好: 我使用gen_bone_data.py创建生成的train_data_bone.npy在训练和测试的时候top1和top5结果很不好,不知道其中原因,请问您可以分享一下加入骨骼连接后的数据吗?我看评论里很多人都遇到了这个问题。
您好,我想请问个问题,为什么我在 用train_bone.yam训练的时候,得到的top1和top5很低,只有1%和2%?但是在用train_joint.yam训练的时候,得到的top1和top5跟论文是接近的。