heesuju

Results 10 comments of heesuju

I have the same problem regarding identity degradation. I'm training with 22 different speakers, but one of them is drowning out the rest. I think this is because that one...

> > I have the same problem regarding identity degradation. I'm training with 22 different speakers, but one of them is drowning out the rest. I think this is because...

I got the exact same error when training with a batch size of 32 on torch 2.0.1 On other forums, the popular solution was to change the "num_workers" value when...

I checked dataloader.py and it seems like function _MultiProcessingDataLoaderIter.del is being called when dataloader iterators are created within a subprocess. From what I can understand, when a process ends it...

I had a similar problem with another mcp for obisidian. I used gpt-4o-mini and gpt-4.1-2025-04-14. Considering that one of the tools for the mcp filesystem has an array parameter, I...

I tried modifying 'praisonaiagents/agent/agent.py' with the little understanding I have. To be more specific, I modified line 809 : ``` tool_param = self.tools if tools is None else tools ```...

Okay so I got the tool-calls to work for ollama models. All you have to do is provide tools to tasks as well (not just agents). Most of the examples...

I'm not an expert, but did you try changing the batch size?

Yes, I believe that is correct. Additionally, the number of steps per each epoch depends on the size of your dataset and the batch size.

If you have multilingual datasets, you can do it just like training a multi-speaker model. Ofcourse there should be better ways to do this, but I had index 0 for...