0

I have trained theanets neural network model and I want to use the same model in deeplearning4j, any suggestions?

Mani
  • 9
  • 4

1 Answers1

0

We have keras model import if you can map it to that. That's as close as it's going to get though.

https://deeplearning4j.org/model-import-keras

Beyond that it depends on the mdoel.

Adam Gibson
  • 3,055
  • 1
  • 10
  • 12