-
Source ticket: https://help.oac.cdlib.org/a/tickets/133623
Collection Registry entry created:
https://registry.cdlib.org/admin/library_collection/collection/26759
ATOM feed:
https://pad-nuxeo.…
-
I realize that for most "robustify" functions, the input is "double e2", but for Huber it is "double e". was the definition different for Huber?
-
It looks like `Flux.huber_loss` is type unstable when it comes to Zygote autodiff ?
```julia
using Flux, Zygote
import Statistics: mean
function internfunc_nobroad(m, x, y)
modelvals = m(…
-
### Bug summary
When numpy is compiled with Intel classic compilers (v2021.5.0) on Rocky 8.8 Linux, matplotlib v3.8.4 (also compiled with Intel) is unable to generate a basic plot.
### Code for …
-
This will use a Difffractometer object from the `hklpy` package. Looks like it might be a "6-circle". There's more than one possible pre-defined geometry so some discussion with Joe Strzalka is neede…
-
Hello everyone,
Are there some interests or plans to add the huber , and modified_huber as additional loss for the cuml.SGD class.
I use to work on text classification problems with linear model…
-
Thanks for sharing the code for your amazing work!
I have a question about your huber loss implementation. Shouldn't you take the sqrt of the data_dim to calculate huber_c?
Your code:
```
def …
-
When saving a LightGBM model to ONNX via convert_lightgbm, the following error is produced (onnxmltools 1.11.0, lightgbm 3.3.2):
`
NotImplementedError: Unsupported LightGbm objective: 'huber'.
`
…
-
## Description:
I'm experiencing an issue when training a flux model using the lora-scripts project (version 1.9.0). The training process crashes with an AttributeError stating that 'NoneType' obj…
-
is there any way to remove it or disable it from using?