waleedka / hiddenlayer

Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
MIT License
1.79k stars 266 forks source link

Getting this error when i load my resnet based model #71

Open kalai2033 opened 4 years ago

kalai2033 commented 4 years ago

Hi, I am getting a below error when i load run the cmd after loading my model:

hl.build_graph(model,daa)

ValueError: model input param must be a PyTorch, TensorFlow, or Keras-with-TensorFlow-backend model.

Adeelyousaf commented 3 years ago

any luck?