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

GraphConvTensorGraph classification with multiple tasks #954

Merged
merged 1 commit into from Dec 3, 2017

Conversation

lilleswing
Copy link
Member

We were Concating vs Stacking when we were classifying. I'm not 100% sure how it was working before @peastman 's cleanup but due to implementation detail weirdness it was going through. We now properly Stack before running SoftmaxCrossEntropy, and test that TensorGraphGraphConv can work with multiple tasks.

@lilleswing
Copy link
Member Author

I still have to open a P.R. for the notebook and fix the issues mentioned in #950

@lilleswing lilleswing changed the title GraphConvTensorGraph classification with multiple tasks [WIP] GraphConvTensorGraph classification with multiple tasks Nov 30, 2017
@coveralls
Copy link

coveralls commented Nov 30, 2017

Coverage Status

Coverage increased (+0.002%) to 80.692% when pulling 7792f51 on lilleswing:graph_convs into 766139b on deepchem:master.

@lilleswing lilleswing changed the title [WIP] GraphConvTensorGraph classification with multiple tasks GraphConvTensorGraph classification with multiple tasks Dec 1, 2017
@lilleswing
Copy link
Member Author

The rewriting of metrics code is taking longer than expected. I'm going to put it as a separate CR. Feel free to merge this fix in.

@rbharath
Copy link
Member

rbharath commented Dec 3, 2017

LGTM

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

Successfully merging this pull request may close these issues.

None yet

3 participants