-
Hi, I'm using keras framework train a model, and tracing the parameters and metrics with MLFLOW like this:
import mlflow
import tensorflow as tf
import mlflow.tensorflow
mlflow.tenso…
-
**Describe the bug**
I have a major issue that I have seen in lot of the cases on other trial. The MLX training gives rarely a good performance while for torch and keras it is more stable and better.…
-
If anybody is like me on CUDA 12.7 and can't train a model on `keras v2` because is on `keras v3` you can do it via a docker image:
```
docker pull nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
```…
-
I trained on ferplus for four times, twice acc was 93% and twice ACC was 89%, what is the reason for this, when I trained on rafdb, the result was very stable at 95%
my train code:
>
import date…
-
### Description of the bug
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[34], [line…
-
Hi,
I would like to ask a question about the following imported sources.
You import several sources and I know pandas and numpy are contained in Pycharm.
How about other sources such as 'sklearn…
-
### Issue Type
Documentation Feature Request
### Source
source
### Keras Version
Keras 2.13.1
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 22.04
### Python version
3.9
…
-
Hello,
I find this work very nice and that it could be of great help for my work. I have tried to run the model using the toy generated data. Evreything goes well untill I launch the training where I…
-
Hi @remicres !
The last week tensorflow released the [2.16.0-rc version](https://github.com/tensorflow/tensorflow/releases). One interesting point is that Keras 3 will be the default version. [Kera…
-
```julia
using Flux
using MLDatasets: MNIST, CIFAR10, CIFAR100
using Flux: logitcrossentropy, setup, Adam, train!
using Flux.OneHotArrays: onehotbatch, onecold
using Statistics: mean
using Flux.…