Ciro B Rosa

Results 12 issues of Ciro B Rosa

Cheers! Can you please provide guidance for installation at the aforementioned OS? Thanks in advance.

installation
Linux

Consider the following code, written on a Jupyter notebook: ``` using ArgParse function parse_commandline() s = ArgParseSettings() @add_arg_table s begin "arg1" help = "learning rate" default = 0.001 "arg2" help...

Added bboxcolor as kwarg, to specify the bounding box color with RGB colorspace.

Cheers, Regarding the function "drawBoxes", is there an option for choosing the color of the bounding box, thus improving contrast at certain images? Thanks.

Cheers, I am working on an app that should run on an AArch64 multi-core device, no GPU. To become familiar with PackageCompiler, I have initially compiled a simple println("Hello Word!")....

Cheers, `Checkpointer()` saves the entire trained model with BSON. For several models, I am able to recover them with `BSON.@load modeladdress model`. I am facing a case I could not...

help wanted

Cheers. When training a model with `FluxTraining.fit!(learner, epochs)` and an early stop condition is met, I am having a hard error that causes the Julia script to be teminated, which...

#159 When executing `fit!`, this PR addresses a hard error when an EarlyStopping() criteria is met, which causes code termination followed by error crash. As such, `fit!` is rewritten to...

Cheers, Regardless of the model, data, or any other condition, I’ve never been able of using the built-in Flux.dice_coeff_loss() function. A very long error dump shows up, apparently tied to...

bug
gradients
cuda

Cheers, It appears that Augmentor is holding the Images package back to v0.24.1, while newest version is v0.26.2. Due to this limitation, in Julia 1.12, I´m experiencing a number of...