Daniel Molina

Results 5 issues of Daniel Molina

@JuliaRegistrator register New version v0.1.10 ## 0.1.10 - (2021-11-11) --- ### New * Allow eval function, required for loading several MLJ models.

@JuliaRegistrator register New version v0.1.9 ## 0.1.9 - (2021-07-27) --- ### New * Allow reload packages with Revise (thanks to Suenhoy https://github.com/Shuenhoy). # Automatically reload the modified packages DaemonMode would...

@JuliaRegistrator register New version v0.1.8 ## 0.1.8 - (2021-05-29) ### New * Improve documentation with PackageCompiler. ### Fixes * Fix annoying error message for closing process during output.

The current url is not working more, actually the /datasets/ URL ask a login, however an URL like "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin" (without the dataset) work nicely.

I have found a problem using Fminbox and f_calls_limit. For instead, using the example for the documentation: ```julia julia> using Optim julia> f(x) = (1.0 - x[1])^2 + 100.0 *...