Julian Rice
Julian Rice
### Environment - Optuna version: 2.10 ### Description Certain parameter configurations result in an Out-Of-Memory error, and will every time. However, when I return a FAIL status, the Sampler often...
### What is an issue? There seem to be three ways to report something going wrong in the objective function: * Pruning * Returning a FAIL status (by returning None...
### Motivation I have run into the issue multiple times where there are slight differences between my parameter names in the objective function and when I enqueue a trial. For...
**Describe the bug** I downloaded the parquet files directly from the OneDrive link included in the repo's readme, and have been reading them with pyarrow and pandas. In digging though...
Referring to the [Transformer example](https://github.com/tensorflow/text/blob/master/docs/tutorials/transformer.ipynb). The script probably works correctly as is. However, there is one part where you mention if you want to use tf.keras MultiHeadedAttention layer, instead of...
Different domains and software have different standards as to whether the coordinates of raster pixels indicate that pixel's center, or that pixels corner (usually upper- or lower-left). See [this example](https://www.usgs.gov/media/images/differences-between-pixel-area-and-pixel-point-designations)....