Recent comments in /f/MachineLearning

swegmesterflex t1_j8d3t4r wrote

Had this idea and was planning to play around with it when I had more free time. Good to see some evidence it’s a promising direction. I speculate you can actually get a LOT out of this if you’re clever with it. A tool for long term memory could be done by having a lookup table with text embeddings as keys. A tool for vision could be made with an image captioning model + maybe some segmentation to get a richer text description of the image. Many more things you could come up with, that I think could work well if you find some clever way of turning them into text.

14

MrAcurite t1_j8d301x wrote

I'll take a look, thanks for the recommendation. Right now what I really want is a place to chat with ML researchers, primarily to try and get some eyes on my pre-prints before I submit to conferences and such. I'm still kinda new to publishing, my coworkers aren't really familiar with the current state of the ML publishing circuit, and I could always use more advice.

6

Pyramid_Jumper t1_j8cuxdp wrote

Yes, of course. If the research is novel and you believe that the methods are interesting and/or of value then you should definitely seek publication. The goal of research is not to develop SoTA models, but to expand our knowledge in a particular area.

Yes, developing a SoTA method is a great way of getting published, but laying the groundwork for other methods and exploring ideas are all crucial parts of ML research too.

42

qalis t1_j8csdd1 wrote

On the related note, can anyone recommend more technically or research-oriented ML subreddits? I already unsubscribed from r/Python due to sheer amount of low effort spam questions, and I am considering the same for r/MachineLearning for the same reason.

10

Mad-Independence t1_j8cr83h wrote

Hi all, I am doing a machine learning course on Coursera and I am using AutoML to train my dataset. While doing so, I keep getting the same error message:
The replica workerpool0-0 exited with a non-zero status of 13. To find out more about why your job exited please check the logs:
- I have tried looking online and i can't seem to find anything about error code "13"
- I have also tried to start from scratch and I keep ending up on the same issue
- I have made sure I am giving all the correct permissions
- ChatGPT-ed as well, and it further confirmed it's an accessibility issue

1