Andreas Peter
Andreas Peter
https://github.com/MikeInnes/BSON.jl/blob/7ed00f318f39cfa90a929927132ec252338745a6/src/write.jl#L32 Hi! I'm using `BSON` to save a `DataFrame` with some custom types. For a large `DataFrame` (about 3.2 GB) this fails at the line indicated because, I think, 3.2GB...
It would be nice if Juno offered the possibility to have multiple paths for julia and an associated drop-down menu to chose which binary to use. Use cases involve quickly...
To take the gradient of a fixed-point function, there are alternative approaches than simply applying AD to the loop of the fixed-point procedure. One such approach is described in the...
For an implementation of `ctmrg` without the symmetries assumed in master right now, there's a WIP branch #8 to implement the algorithm described in [this paper](https://arxiv.org/abs/1104.5463) by Philip Corboz et...
GPU support works with - [x] TRG forward - [ ] TRG gradient - [x] CTMRG forward - [ ] CTMRG gradient - [ ] Variational Optimisation In the #4...
Implement unit-cells for ctmrg (not working yet)
WIP Gpu
Heya, I have some issues taking the trace of a matrix or other _complete reductions_. I assumed this should work: ```julialang julia> using Einsum; julia> a = [1 0; 0...