Lazaro Alonso
Lazaro Alonso
new docs
this puts all previous examples into a new template. We could continue working on this PR with more docs/examples or continue with more examples in different PRs. @meggart ? ideas?...
While exploring this library I wondered if a workflow like the following is possible within the current implementation: https://probnum.readthedocs.io/en/latest/tutorials/filtsmooth/discrete_linear_gaussian_filtering_smoothing.html Basically, we would like to incorporate observations into our Bayesian estimations....
Hi, great package! I just went through the whole documentation :D. And [here](https://juliatrustworthyai.github.io/CounterfactualExplanations.jl/dev/how_to_guides/custom_models/) it kinda looks like making this package to work with linear regression models from flux would require...
The following fails: ```jullia # add DiskArrays#main # add DimensionalData#main using Zarr, DiskArrays using YAXArrays using DimensionalData path = "gs://cmip6/CMIP6/ScenarioMIP/DKRZ/MPI-ESM1-2-HR/ssp585/r1i1p1f1/3hr/tas/gn/v20190710" g = open_dataset(zopen(path; consolidated=true)) data_cube = DimensionalData.modify(g.tas) do arr return...
In order to work, is still needed a pytorch installation. Any plans to update the utils.py file to tensorflow?
Hi, I'm running the cifar10_macro_search.sh file and it seems that everything is fine because the training process goes well until the end, there in the last epcoh I get :...
Take a look at the preview and test the navigation and search capabilities: https://lazarusa.github.io/JuliaDocs/ I just wanna to share how the Julia docs could look like with vitepress. If this...
I'm trying to use the function optimize_partition and the only thing that I get is the following: ================================================ [ ERROR: CommunityDetection ]================================================ failed process: Process(`/Applications/Julia-0.5.app/Contents/Resources/julia/bin/julia -Ccore2 -J/Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib --compile=yes --depwarn=yes --check-bounds=yes...
For all functions I get: `TypeError: __repr__ returned non-string (type bytes)`.
Is there a way to make this work? The important part is the preallocation of the mixed tuples in the array. - DiffCache doesn't work, and - GeneralLazyBufferCache [don't know...