Recent comments in /f/MachineLearning
Miguel33Angel t1_j830cig wrote
Reply to comment by goj-145 in [D] Is it legal to use images or videos with copyright to train a model? by Tlaloc-Es
He's asking in the case of a predictor i.e. ResNet or other models that just categorizes
Fragrant_Weakness547 t1_j82yp54 wrote
Reply to comment by [deleted] in [D] Is it legal to use images or videos with copyright to train a model? by Tlaloc-Es
>That is the Million Dollar question (or really hundred million dollar question in terms of legal fees)
It's worth a lot more than that. The profit margins of AI focused companies are kind of on the line here.
personnealienee t1_j82ygry wrote
messing with target sound extraction by adding just barebones masknet architechture on top of samplernn. I want to apply this architecture to extracting different layers in electronic misic. for example, pick out just the snare drum track from the full drum machine mix. It is easy to generate datasets using DawDreamer (generating random drum patterns using a sampler currently). considering adding conditioning by the output of a differentiable filter bank
[deleted] t1_j82rcdb wrote
[deleted]
Insecure--Login t1_j82e1bn wrote
Reply to comment by londons_explorer in [D] Are there emergent abilities of image models? by These-Assignment-936
>and you'll probably get cool optical effects on the koala that the model has never seen before
How could we be absolutely certain the model has never seen said effects?
gradientpenalty t1_j82a9xg wrote
denoising diffusion probabilistic models:
Rdiffusion : Generate music from stable diffusion
Improve image segmentation : I remember someone doing image segmentation on these generative model, but not sure where.
ZestyData t1_j824cbd wrote
I spend ~30-40 hours a week on ML-powered projects for work. Life is far too short to start doing ML projects in my free time too.
Few-Hamster-1887 t1_j81qvna wrote
I am working on a customer lifetime value project to predict the worth of every customer
CeFurkan OP t1_j81neng wrote
Reply to comment by express_mode_420 in [D] Are there any AI model that I can use to improve very bad quality sound recording? Removing noise and improving overall quality by CeFurkan
tested looks awesome but i have to purchase yearly plan which is 3500$ lol :D
TikkunCreation OP t1_j81lr4z wrote
Reply to comment by radome9 in [D] What ML or ML-powered projects are you currently building? by TikkunCreation
That better be a classification joke because itโd be lame if you were just declining to share ๐
radome9 t1_j81lnep wrote
I'm sorry, but that's classified.
askingforhelp1111 t1_j81hia1 wrote
Reply to comment by gingerbread42 in [D] Speed up HuggingFace Inference Pipeline by [deleted]
Thanks for the idea!
gruevy OP t1_j81hds3 wrote
Reply to comment by ZBMakesSongs in [D] Locally-runnable text to speech AI? by gruevy
I'll check it out. Looks interesting, but not as good as TortoiseTTS, judging by the samples. Definitely worth looking at tho, thx
gruevy OP t1_j81gynl wrote
Reply to comment by Royal-Landscape9353 in [D] Locally-runnable text to speech AI? by gruevy
This one looks like what I'm looking for. Slow AF but I give it a book chapter and it gives me an audio narration. Seems pretty powerful if you have a lot of patience
askingforhelp1111 t1_j81ggm0 wrote
Reply to comment by coolmlgirl in [D] Speed up HuggingFace Inference Pipeline by [deleted]
Sure, I have a few links. All of them have an inference speed of 4-9 seconds.
https://huggingface.co/poom-sci/WangchanBERTa-finetuned-sentiment
https://huggingface.co/ayameRushia/bert-base-indonesian-1.5G-sentiment-analysis-smsa
I call each checkpoint like this:
nlp = pipeline('sentiment-analysis',
model=checkpoint,
tokenizer=checkpoint)
Thank you!
DataGOGO t1_j81fm63 wrote
Reply to comment by Tlaloc-Es in [D] Is it legal to use images or videos with copyright to train a model? by Tlaloc-Es
not likely, if found illegal, then you would have to "remove" the offending "images"
gingerbread42 t1_j81f2rd wrote
Reply to [D] Speed up HuggingFace Inference Pipeline by [deleted]
check out Triton for model deployment
Tlaloc-Es OP t1_j81dot2 wrote
Reply to comment by DataGOGO in [D] Is it legal to use images or videos with copyright to train a model? by Tlaloc-Es
And could be any retroactive penalty?
ZBMakesSongs t1_j81dm5r wrote
Reply to [D] Locally-runnable text to speech AI? by gruevy
If you want ML TTS, there are a lot of open source models out there, problem is most of them are trained on the same data, so your going to get similar voice options for the most part. You can definitely train your own text to speech, and pretty easily as well, but I'm assuming you don't want to go that route. Maybe try starting with Coqui TTS, but for reading long documents it definitely has its fair share of issues.
[deleted] t1_j81dlwc wrote
[deleted]
Available_Lion_652 OP t1_j81ce54 wrote
Reply to comment by ehlen in [D] RTX 3090 with i7 7700k, training bottleneck by Available_Lion_652
Thank you for your effort
coolmlgirl t1_j819nx4 wrote
Reply to [D] Speed up HuggingFace Inference Pipeline by [deleted]
Can you share the link to that Hugging Face model so I can see how I may help?
d0cmorris OP t1_j819chm wrote
Reply to comment by tdgros in [D] Constrained Optimization in Deep Learning by d0cmorris
Exactly. I mean I can easily define L2-constraints for the weights of my network and then do constrained optimization, which would at least theoretically be equivalent to L2-regularization/weight decay. But this is not quite useful, I am wondering whether there are applications of constraints where it actually makes sense.
d0cmorris OP t1_j8190la wrote
Reply to comment by jimmymvp in [D] Constrained Optimization in Deep Learning by d0cmorris
Do you have any links? That would be great!
invisiblelemur88 t1_j830p90 wrote
Reply to comment by gyanster in [N] Microsoft integrates GPT 3.5 into Teams by bikeskata
I'm really hoping they reuse Clippy for this because it'd be hilarious if Clippy ends up being the AI that conquers the world.