overshiki
overshiki
Hi @GiggleLiu > The problem is, the output of expect(ham, circ_left, circ_right) is a complex number, hence the gradient is not well defined. Very good point! I just double-checked the...
Hi @GiggleLiu Sorry for the late response. I tried to bring a minimal code sample to reproduce the idea, but found out that the first step is of problem: I...
Hi @GiggleLiu Thanks for your explanation! and sorry for the delayed response. Just for double-checking, I noticed that the loss function you defined is based on the `ArrayReg` struct, that...
I'm also curious about this. It is an excellent project. Additionally, I can see this project uses a different binding technique compared with `hasktorch`. While `hasktoch` mainly uses Haskell's FFI,...
+1 I also encountered this problem, is there anyone who has a clue of what's going on?
Hi @DhairyaLGandhi Do you mean this: ``` add https://github.com/FluxML/Torch.jl.git ``` I tried this, but unfortunately, it does not work either. It raises the same error as `add Torch`. Namely, the...
Cool, thanks! I'll check out these two packages. And also looking forward to the completion of `Torch.jl`!