cossio
cossio
@simonbyrne Can I ask why was this closed? Is it still the plan to transfer lambertw to this package?
Why not use StructArrays?
Hello! I need this feature for some data I have, where also I have multiple time-series of different lengths. What's the current status? I saw the linked PR got closed,...
+1 would be useful to have it here. Also the HQ version from https://github.com/tkarras/progressive_growing_of_gans.
For the HQ version, it seems to be available in HuggingFace: https://huggingface.co/datasets/huggan/CelebA-HQ. So https://github.com/CarloLucibello/HuggingFaceDatasets.jl could be useful.
Wouldn't the second more advanced example be solved if you just wrap the data in a thinner package of its own? Then the processing package depends on the data package,...
Thanks @diegozea ! Could this be added in some form to the package?
I would also be interested in having this. Related: https://discourse.julialang.org/t/from-mkl-back-to-openblas/37722
In case someone runs into this, one can switch at runtime using `LinearAlgebra.__init__()` and `MKL.__init__()`: ``` julia> using LinearAlgebra julia> BLAS.get_config() LinearAlgebra.BLAS.LBTConfig Libraries: └ [ILP64] libopenblas64_.so julia> using MKL julia>...
> About having the core track variables instead of cells: not all cells define variables - some are just expressions with output, package imports, etc. so you would have to...