This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nn_quantizer.py in the ML-CIFAR10 examples returning out of range index error for Caffe LeNet example for MNIST

Hello, I've been working to create a small CNN from MNIST dataset. I've successfully trained the network. However, while converting the model, it breaks at line 232. Any help would be appreciated

Traceback (most recent call last):
  File "nn_quantizer.py", line 614, in <module>
    my_model.get_graph_connectivity()
  File "nn_quantizer.py", line 232, in get_graph_connectivity
    current_blob = self.bottom_blob[current_layer][0]
IndexError: list index out of range

Parents Reply Children
No data