Nick Nikolov

Results 13 comments of Nick Nikolov

Thanks for bearing with me here. For more context, when converting I'm printing the input op and its rank of the softmaxND: ``` op: %var_824: (1, 1000, fp32)(Tensor) = softmax(x=%input,...

I wasn't sure how to edit the protobuf from the CoreML side so I decided to try and tweak the PyTorch model. I ended up doing this: ``` import torch...

Hey @TobyRoseman. I've decided to try out the Tensorflow example from the documentation (https://coremltools.readme.io/docs/updatable-neural-network-classifier-on-mnist-dataset) and it turns out the exact same problem occurs in the given example. The softmax has...