NN classifier module:Can it only be trained with the keras framework?


Can I use tensorflow or other framework to create a model, and then train the model in NN classifier module, instead of using keras as shown in the figure?

Hi @sherry We currently only support Keras with the TensorFlow backend. Is there anything you can’t do with Keras that you can do with plain TF?