devdimit93

Results 8 comments of devdimit93

Problem is in model.detect function. You can train your model correctly with tf 2.6.0 but model.detect vreturn incorrect results. model.detect is used only for final prediction and visualisation process and...

In my case, the problem was that the batch size was 1 and the batch normalization layer was used. Removing this layer solved the problem. Also, increasing the batch size...

I started it with old version :git-b793b5a Full command in console `docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:git-b793b5a` It work for me with localhost...

> First read the [Ollama FAQ section](https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-windows) about environment variables. You must set `OLLAMA_HOST=0.0.0.0:11434` and `OLLAMA_ORIGINS=*` > > Your `docker run` commands are lacking the `:11434/api` part of the API...

The last correct version for my laptops is git-792fe98 Next git-c391692 is already return JSON error

> @devdimit93 I cant reproduce this error on Win 11: ![image](https://private-user-images.githubusercontent.com/69747628/307520891-ea9d1fad-4004-46e5-89f0-0af4cdbaf5c5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDg3OTc1ODksIm5iZiI6MTcwODc5NzI4OSwicGF0aCI6Ii82OTc0NzYyOC8zMDc1MjA4OTEtZWE5ZDFmYWQtNDAwNC00NmU1LTg5ZjAtMGFmNGNkYmFmNWM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjI0VDE3NTQ0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRjYmY5YTQ2NzQxNWQzYjBhZTlkZTAxYWE3NjE2MzExZGMzMjMwYWFkOTllN2NmN2ZiNDVmMjkyZGFmZWQxY2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.fuyh3PKgEInYY9JgAP8GR1yBDeNCQiYgNNA5zN8z0ZY) > > Can you give more information on your hardware? > > Also can you try to build the...

> @devdimit93 can you try to clone the project and build the **default** Dockerfile with `docker build -t open-webui-test .` and run it. Do you get the same issue? Container...

> Tensorflow version: 2.1.0 > Keras version: 2.3.1 > When use reset_keras() function; I get this error > `get_session` is not available when using TensorFlow 2.0. > Do you have...