Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what's the meaning of "incubator-mxnet/src/operator/contrib" in "segs_ops_cuda/README.md"? #3

Open
AugF opened this issue Apr 19, 2020 · 2 comments

Comments

@AugF
Copy link

AugF commented Apr 19, 2020

No description provided.

@jennyzhang0215
Copy link
Owner

It's the path in the MXNet repo, which stores the CUDA operators. You can download the source code here https://github.com/apache/incubator-mxnet

@AugF
Copy link
Author

AugF commented Apr 20, 2020

@jennyzhang0215 I download the "incubator-mxnet" in the same dir with "GaAN", and copy files as the "README.md". But when i run the "run.sh" in the dir of "cfg_ppi_sup", but it still not works. The problem is:

  File "/home/augf/GaAN/mxgraph/layers/aggregators.py", line 518, in hybrid_forward
    max_pool_data = F.contrib.seg_pool(data=max_pool_data,
AttributeError: module 'mxnet.symbol.contrib' has no attribute 'seg_pool'

And the "README.md" in GraphSampler, what's the meaning of "end points" , "ind_ptr" and "node_ids" and what's the advantage of using this format?
In fact, I want to test the accuary of 'cora' dataset in your model in cpu. Could you give me a python scripts for preprocessing the original dataset and runing the model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants