Questions tagged [python]
For questions related to AI implementation in the Python language
365 questions
0
votes
0
answers
30
views
How to properly change Yolov8 yaml file and improve accuracy comparison with normal training?
I'm trying to increase the mAP value of the RTTS dataset, and for this, I've made changes to yolo8's architecture and added new layers.
With the standard yolov8n.pt ...
0
votes
1
answer
43
views
What are the best Python library to implementation neural network modification algorithms? [closed]
I want to implement in python some algorithms from a paper that allow for a pre-trained neural network to be modified (adding or removing neurons or layers) conserving (theoretically) the outputs of ...
0
votes
1
answer
65
views
Why are certain image-to-text models giving me weird responses that look like prompts that a human might give?
DISCLAIMER:
The following is a discussion of abliterated/uncensored image analysis using AI. If this at all offends you, or you are under the age of legal consent in your country, please do not read ...
0
votes
0
answers
38
views
How to make sure my AI code correctly uses Google search?
I am using the following (straightforward) code to run a prompt with some text and images to Google Gemini. The system instruction is quite extensive but clearly states to 1) use the tool, and 2) ...
1
vote
1
answer
103
views
DQN is not learning in Atari Pong environment and I can't figure out where I'm messing up
I'm trying to implement the findings from this DeepMind DQN paper (2015) from scratch in PyTorch using the Atari Pong environment.
I've tested my Deep Q-Network on a simple test environment, where ...
0
votes
0
answers
63
views
Use TensorFlow's model in OpenCV (C++)
I've trained a model to recognize some captchas and the model is doing great. I've trained it using this tutorial (actually I just stole the code, tweaked it and run :) ). Now, I'd like to export it ...
0
votes
0
answers
115
views
Model or LLM that is fast enough to describe an image in detail
The heading might be little weird, but let's get on the point.
I made an chat-bot like application where user can upload video and cant chat/ask anything about the video content, just like we talk to ...
0
votes
0
answers
31
views
How can I integrate LangSmith for observability in a multi-agent Autogen (AG2) GroupChat setup?
I'm working on a document analysis service using Autogen (AG2). The service has two main agents: a reader and an analyzer. The reader splits the document into chunks and sends them to the analyzer, ...
0
votes
0
answers
38
views
CLIPSeg: no change in performance metrics with a better convolutional decoder
I am training CLIPSeg on the Oxford IIIT pet dataset for semantic segmentation (3 classes: background, cat, dog). In short, what I do is I stick a decoder on the CLIP encoder. The encoder outputs:
...
0
votes
0
answers
38
views
What is the best method to teach a new syntax to an AI model using Vertex AI?
I would like to teach a new language to an AI model like Gemini. This language is used in a third party tool, syntax is a modified form of TCL with the tool's own commands. What is the best way to ...
0
votes
0
answers
393
views
Connect Open WebUI with Langflow using Open WebUI Function Pipe
I am trying to connect Langflow to Open WebUI so that I can use Langflow workflows inside Open WebUI as a model. This makes handling all the AI easy because its all based on Open WebUI.
Below is the ...
0
votes
0
answers
88
views
Meta-learning libraries that work on Google Colab in 2025 (Python 3.11.11)?
learn2learn (https://github.com/learnables/learn2learn, https://pypi.org/project/learn2learn/, http://slack.learn2learn.net/) used to work just fine until 2024, but Google Colab seems to have updated ...
0
votes
1
answer
87
views
Can self-balancing AI models be designed using fractal patterns and Taoist equilibrium principles?
I'm investigating an alternative AI decision-making framework that draws inspiration from Taoist philosophy, fractal intelligence, and adaptive feedback loops. Unlike traditional AI models that depend ...
0
votes
0
answers
29
views
Hugging face for image generation purposes
Is anyone know how to use Hugging face in python program.I am requesting,if anyone know then please share it how it can used on program
2
votes
1
answer
67
views
Is a two-phase model (ensembling/stacking) a valid approach for forecasting product demand?
I am working on a project to forecast food sales for a corporate restaurant. Sales are heavily influenced by the number of guests per day, along with other factors like seasonality, weather conditions,...