Skip to main content

Questions tagged [python]

For questions related to AI implementation in the Python language

0 votes
0 answers
30 views

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 ...
partizal's user avatar
0 votes
1 answer
43 views

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 ...
Rubén Sales Castellar's user avatar
0 votes
1 answer
66 views

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 ...
Kenny83's user avatar
  • 101
0 votes
0 answers
38 views

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) ...
Bart Friederichs's user avatar
1 vote
1 answer
103 views

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 ...
Rohan Patel's user avatar
0 votes
0 answers
63 views

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 ...
Leca's user avatar
  • 1
0 votes
0 answers
115 views

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 ...
Poojan Solanki's user avatar
0 votes
0 answers
31 views

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, ...
the cosmic introvert dude's user avatar
0 votes
0 answers
38 views

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: ...
Stan's user avatar
  • 11
0 votes
0 answers
38 views

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 ...
Sidharth C. Nadhan's user avatar
0 votes
0 answers
393 views

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 ...
FSIN's user avatar
  • 1
0 votes
0 answers
88 views

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 ...
Pablo Messina's user avatar
0 votes
1 answer
87 views

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 ...
user avatar
0 votes
0 answers
30 views

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
TECHI Bro's user avatar
2 votes
1 answer
67 views

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,...
Mashu's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
25