-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NotImplementedError #21
Comments
Thanks for posting--what's the model you're trying to look at? Will help me debug. |
Are you trying to run |
@johnmarktaylor91 the model I was trying to use was MobileNetV3. But IMO the problem is with the last layer. What I did was I removed the last layer of MobileNetV3Large and added a custom implemented QuantumLayer (using pennylane) and because of that it may not be working. I didn't test without the custom layer but I will try and let you know if it works. |
I was able to get this minimum example to work with a QuantumLayer, though the visualization is odd (no direct path from input to output). Unfortunately I'm not at all familiar with this kind of architecture and I would have to look into how PennyLane interfaces with PyTorch under the hood. I think what's happening is that there are some operations performed in the QuantumLayers that aren't being tracked by TorchLens for whatever reason--I will ask the PennyLane folks for some insight.
|
The text was updated successfully, but these errors were encountered: