hifi-hyp
Results
2
comments of
hifi-hyp
Hi @Hanrui-Wang , thanks for your reply! However, after I use the updated code you provide, I still cannot reproduce the results for Quanvolution Neural Network. The test accuracy is...
Here is my training code, which is the same as the notebook you provide. ``` import torch import torch.nn.functional as F import torch.optim as optim import numpy as np import...