0

I'm trying to implement the code described in this blogpost with deeplearning4j.

http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/

I'm having problems implementing multiple kernels on the same channel and concatenating the resulting tensors. Is there even a concat function in deeplearning4j? And is it even possible to have different kernels on the same channel?

Tank you in advance.

1

1 Answer 1

2

You will have to use our computation graph api: http://deeplearning4j.org/compgraph

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.