Tomas Nordström

Results 6 issues of Tomas Nordström

I have trouble calculating a relatively simple expression "log(8/(2*pi*5*cos(7/5)^2))*(2*5)^(-8)" to the desired precision. My code ``` import mpmath as mpm from mpmath import mpf mpm.dps = 100; # Target (decimal)...

**Describe the bug** When I was trying our Keras 3.0 it seems that Keras Tuner is crashing due to compatibility problems First it seems to fail on check “isinstance(model, keras.models.Model)”...

bug

As a teacher in ML I find there are clear problem spots in [timeseries_weather_forecasting.py](https://github.com/keras-team/keras-io/blob/master/examples/timeseries/timeseries_weather_forecasting.py) First, the Data Preprocessing is not sufficient, compare this code to the TensorFlow tutorial on [Time...

stale
stat:contributions welcome
type:bug

Saw your article in Medium, from October 7, and wanted to try it out on my 3090. (Training in 143.27s and Inference in 196.57s, for the Semantic Segmentation). Then I...

Feature request: It would have been nice if there was a parameter **_target_width_** (a.k.a. label_width) for keras.utils.timeseries_dataset_from_array which allowed the target to be sequences longer than just one timestep as...

stat:contributions welcome
type:feature
stale

When I use an incorrect option for a particular model one get a very cryptic error message “Extra inputs are not permitted”: ``` llm 'Hello World!' -m qwen3 -o max_token...

developer-experience