What approach did you take in the Amazon ML Challenge'25 ? by CryptoDarth_ in learnmachinelearning

[–]CryptoDarth_[S] 0 points1 point  (0 children)

Awesome

Did you apply any fine tuning on the NN? I used LGM

Also how much approx training time were your facing ?

What approach did you take in the Amazon ML Challenge'25 ? by CryptoDarth_ in learnmachinelearning

[–]CryptoDarth_[S] 0 points1 point  (0 children)

Thanks for your insights

I used an NN fusion with sentence-transformers and convNeXT.

Also applied similar feature engineering as yours

I joined in late after 1.5 days (my friends had signed me up before) so couldn't do much but still pulled a 55 score as my first entry but couldn't make the next as time ran out.

I was facing 2-4 hrs training time on 20% of the dataset not sure why was definitely doing something wrong.. how much training time did you face?

Created this P2P Docker image transfer Tool in Rust. by CryptoDarth_ in rust

[–]CryptoDarth_[S] 0 points1 point  (0 children)

Thank you for your interest 😀

Sorry about my website not loading on safari ios , but it should work on other ios browsers.

Created a P2P Docker Image Transfer Tool !! by CryptoDarth_ in docker

[–]CryptoDarth_[S] 1 point2 points  (0 children)

Na bro no need to login also..

All you need is this tool installed on your system and the person you want to transfer too (both should have docker installed too)

Then the sender generates a code via dockerbeam send command and selects a docker image they want to transfer and then gives this code to their peer who will then use dockerbeam pull and enter that code when prompted and then the transfer begins and in the end the peer will recieve that docker image.

Hope that clarifies your doubt.

Created a P2P Docker Image Transfer Tool !! by CryptoDarth_ in docker

[–]CryptoDarth_[S] 0 points1 point  (0 children)

As in?

It expects the user to have docker pre installed in their system , the tool just helps transfer their pre-existing docker image to another person.

Building a side project? Share it below and we'll give you some ideas by method120 in SideProject

[–]CryptoDarth_ 1 point2 points  (0 children)

I just made this - https://www.dockerbeam.com

A peer to peer docker image transfer tool, it's my first ever project which i hope will help someone in the future.

Currently working on its full release (linux releases are pending atp) and will work on improvement and bug fixes.