Shuhul24

Results 21 issues of Shuhul24

I am using two different layers: `tfq.layers.ControlledPQC` and `tfq.layers.State`. But the circuit, parameter symbols and parameters values are same. Is the manner in which these parameter values / weights get...

I have got circuits that I have built using `tfq.layers.ControlledPQC`. But now I want to use simulators such as `cirq.Simulator()` to run the train these `tfq.layers` on quantum hardware and...

I have built a custom `tf.keras.layers.Layer` layer having a quantum circuit which is `ControlledPQC`. But now that I have to use two different models but at some point I want...

I am using `ControlledPQC` and `PQC` for a couple of times in quantum machine learning. My question is that since I don't have any encoding data to be integrated into...

I want two different quantum circuits, H1 and H2, in same `Sequential` class, similar to two `tf.keras.layers.Dense` that have different weight values, bias values and number of neurons as well....

I am using `tfq.layers.PQC` and `tfq.layers.ControlledPQC` extensively, but say I don't want to check the expectation value of the qubit state rather just want to check what's the output of...

I am using `TFQ` for executing of quantum neural networks, but as I need it to be faster, I am trying to run it on multiple GPUs. Has `tensorflow-quantum` team...

When I am training the SuperGlue model with a custom dataset, following is the warning (or maybe an error, I guess) that pops up after every epoch `Rare condition executed`...

I have tried training the model for my own custom dataset, but the problem that I facing is that in `class COCO_valloader` it is calling a file `coco_val_images_homo.txt` which I...

According to the [comment](https://github.com/magicleap/SuperGluePretrainedNetwork/issues/146) by @sarlinpe (which suggested to use [LightGlue](https://github.com/cvg/LightGlue)), I need help in how to train [SuperGlue](https://github.com/magicleap/SuperGluePretrainedNetwork/tree/master) on my own custom dataset instead of MegaDepth data that is...