Hi all. I would like to use cvqnn_layers_all to convert parameters to torch tensor
inits = torch.tensor(cvqnn_layers_all(L, M, seed=0), dtype=torch.float64)
however when I wanted to check the documentation it says that page for cvqnn_layers_all does not exist anymore. Can you suggest any method instead of cvqnn_layers_all to convert to tensor?
Thank you,
Aigerim