cma_4204
cma_4204 t1_j4zrl0f wrote
Reply to comment by shironorey in Instance Segmentation on Android by shironorey
That same page has an object detection demo, between the object detection and semantic segmentation examples there is probably enough info to figure out how to swap to instance seg
cma_4204 t1_j47dtfi wrote
Reply to Instance Segmentation on Android by shironorey
This is semantic segmentation but could be good starting point https://github.com/pytorch/android-demo-app/tree/master/ImageSegmentation
cma_4204 t1_j43deyz wrote
Reply to I just started out guys, wish me luck by 47153
All you need to know is git clone
cma_4204 t1_j264tc8 wrote
Reply to Laptop for Machine Learning by sifarsafar
I have a msi ge66 raider my work got me, it’s 32gb ram rtx3070 8gb, 1TB SSD. I use it for PyTorch and when I max it out I just use runpod or lambda labs to rent a rtx3090 or a100 for dirt cheap. Would recommend it
cma_4204 t1_iz3e8wp wrote
cma_4204 t1_iv9ojml wrote
Reply to bought legion 7i: Intel i9 12th gen, rtx 3080 ti 16 gb vram, 32 GB ddr5. need some confirmation bias (or opposite) to understand if I made the right decision by macORnvidia
Laptops are great for prototyping, the one you mentioned will be fine. If you start to work with large models and max it out then just use cloud computing for those large train jobs
cma_4204 t1_iuybjkm wrote
Reply to comment by tivotox in What to tell about a model you make deeper and deeper, doesn't make better results but doesn't overfit as well? by [deleted]
My best guess is coding mistake on your part. Good luck tivo
cma_4204 t1_iuyb08l wrote
Reply to comment by tivotox in What to tell about a model you make deeper and deeper, doesn't make better results but doesn't overfit as well? by [deleted]
Well, clearly it’s not getting any better with what you’re trying. Maybe time to rethink
cma_4204 t1_iuyamtp wrote
Reply to What to tell about a model you make deeper and deeper, doesn't make better results but doesn't overfit as well? by [deleted]
Data augmentation, dropout?
cma_4204 t1_iqph0hw wrote
Reply to comment by Icy-Put177 in New Laptop for Deep/Machine Learning by MyActualUserName99
$2700 on Newegg my work got it for me. I have it on a stand, it definitely gets a little warm when running PyTorch but never been an issue. There is a key to turn the fans up to 100% instantly if needed but I’ve never had to use it.
cma_4204 t1_iqogqbg wrote
I have a msi laptop with a rtx3070 and 32gb of ram. It is plenty for experimenting and training small models/datasets. Once I have something working and need more power I rent gpus by the hour from lambda labs or run pod. For $1-2/hr I’m able to get around 80gb of gpu power. Long story short I would go for the cheaper and use the cloud when needed
cma_4204 t1_je79lg9 wrote
Reply to Improvements/alternatives to U-net for medical images segmentation? by viertys
SMP has a lot of different choices for architecture other than unet, and a ton of different encoders. I like deeplabv3+/unet with regnety encoder, works well for most things https://github.com/qubvel/segmentation_models.pytorch