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

cowork with TensorFlow? #9

Open
softgearko opened this issue Aug 25, 2017 · 1 comment
Open

cowork with TensorFlow? #9

softgearko opened this issue Aug 25, 2017 · 1 comment

Comments

@softgearko
Copy link

Thanks for nonconformist library release.
I want to connect my regression(LSTM) model in TensorFlow to this nonconformist's IcpRegressor.
How can I do this?

@donlnz
Copy link
Owner

donlnz commented Sep 3, 2017

I'm afraid I'm not familiar enough with TensorFLow to provide you with a full code example. However, what you need to do, is create a new model adapter (nonconformist.base.BaseModelAdapter) that maps your TensorFlow regression model to the interface that nonconformist expects.

It should look something like this:
https://gist.github.com/donlnz/2032c6166947f0a2e11451dfbbcdb303

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