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

Add gcn package to environment #32

Open
SaeedFarahani opened this issue May 21, 2018 · 6 comments
Open

Add gcn package to environment #32

SaeedFarahani opened this issue May 21, 2018 · 6 comments
Labels
answered The question has been answered question Further information is requested

Comments

@SaeedFarahani
Copy link

add gcn package to standard environment

gcn
https://github.com/parisots/gcn

and dependencies of this package

tensorflow (>0.12)
networkx
joblib

@glemaitre
Copy link
Contributor

The repo that you mentioned is a fork. Why shall installed a fork repository and not the original one?

@SaeedFarahani
Copy link
Author

SaeedFarahani commented May 22, 2018

We use "Deep_GCN" model that implement in this version.

@kegl
Copy link
Contributor

kegl commented May 22, 2018

We added gcn to the backend.

@SaeedFarahani
Copy link
Author

thanks a lot.

@aboucaud
Copy link

We added gcn to the backend.

Still, as described in #5, we should make sure we keep track of the software stack installed networkx, joblib, tensorflow on top of the gcn code, so others participants don't have to request it.

@glemaitre glemaitre added question Further information is requested answered The question has been answered labels May 23, 2018
@glemaitre
Copy link
Contributor

We can see the following error while using GCN:

absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'save-y-preds'

In case that you are passing flags be aware that the test submission is called on the backend with an extra argument:

ramp_test_submission --submission my_submission --save-y-preds

So if you are catching all arguments be aware that save-y-preds is also there and you need to filter it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered The question has been answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants