Catalina Albornoz

Results 59 comments of Catalina Albornoz

Hi @masaya611! You will need the pennylane-qiskit plugin. You can install it by using `python -m pip install pennylane-qiskit` . You can learn more about the plugin in its [documentation](https://docs.pennylane.ai/projects/qiskit/en/latest/index.html)....

Hi @OnePl3 , yes, as you noticed IBM no longer has the ibmqx4 device. However you can use ibmq_lima if you prefer. You just need to change the `run_on_QPU.py` file...

Hi @sleepingcat4, to complement @KetpuntoG's answer, The attributes in [ResNet](https://pytorch.org/vision/main/_modules/torchvision/models/resnet.html#ResNet) and [MobileNetV2](https://pytorch.org/vision/main/_modules/torchvision/models/mobilenetv2.html#mobilenet_v2) are different. You can check the source code to see this. Maybe [this stackoverflow post](https://stackoverflow.com/questions/57285224/fine-tuning-pretrained-model-mobilenet-v2-in-pytorch) can help you....

Hi @gabrielsanchez, thank you for reporting this! We will review this to make sure the example doesn't make the codercise more confusing.

Hi @poojithumeshrao, thank you for opening this bug report! Our team took a look at your bug and found that this seems to be expected behaviour but with an error...

Ah this is great! Thank you for sharing it @poojithumeshrao .

Hi @tguillaume, thank you for reporting this bug! My colleague @sylviemonet has made two PRs to fix this: #[746 ](https://github.com/XanaduAI/strawberryfields/pull/746)and #[747](https://github.com/XanaduAI/strawberryfields/pull/747). Unfortunately, there seem to be all sorts of problems...

That's great to hear @tguillaume! Thanks for letting us know.