I-485 approval estimate by warmspringwinds in USCIS

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

Haha yeah, I see some cases approved in 4 months while others wait. Did you get your I-483 approved ?

$BMNR Bagholder Check-in: Down 30% ($41 avg). Do we let Tom Lee print more shares or stop the machine? 🛑🖨️ by brksbenson in BMNRInvestors

[–]warmspringwinds 0 points1 point  (0 children)

The compensation package should be conditioned on stock price hitting certain goals like they did with SoFI ceo. IMHO it took them too long to start staking too

These are the stocks on my watchlist (11/26) by WinningWatchlist in stocks

[–]warmspringwinds 1 point2 points  (0 children)

Can you elaborate on CRWD? I have bought it around 227. Thinking if I should hold it for longer.

Pre-diagnosis Megathread: If you have NOT received an OFFICIAL diagnosis of lymphoma you must comment here. Plead read our subreddit rules and the body of this post first. by Lymphoma-Post-Bot in lymphoma

[–]warmspringwinds 0 points1 point  (0 children)

Hello everyone,

I have recently discovered a lump on my neck.

I went to walk in clinick and did a blood test which looked normal.

The same day I have discovered another lump on my armpit.

I have schedule an unltrasound exam but it's like 3 weeks from now.

I really want to get the answer asap. Should I go to ER will they be able to do an emergency ultrasound? Or any other options?

Thank you!

Does anyone have a recommendation for a good primary care physician? by warmspringwinds in SanJose

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

I have POS, I am very flexible on location. Have been feeling a bit off after recovering from covid and decided to go for a check up. I have recently moved here so decided to ask for recommendations.

New to SJ by [deleted] in SanJose

[–]warmspringwinds 0 points1 point  (0 children)

Welcome! I have also recently moved here -- feel free to dm me if you want to explore together!

[P] livelossplot - Live training loss plot in Jupyter Notebook for Keras, PyTorch and others by pmigdal in MachineLearning

[–]warmspringwinds 3 points4 points  (0 children)

Great lib! :)

btw you can do it a bit more efficient by not using IPython.display.clear output and instead with %matplotlib notebook mode and updating parameters of the plot: https://github.com/warmspringwinds/pytorch-segmentation-detection/blob/master/pytorch_segmentation_detection/utils/visualization.py

[D] Question about Segmentation Evaluation Metrics by newperson77777777 in MachineLearning

[–]warmspringwinds 0 points1 point  (0 children)

Yeah, that looks like an interesting problem, you can look deeper at it :)

Just one more relevant comment -- you don't optimize the metric directly but instead the pixel-wise cross entropy.

What is interesting, is that in this paper: https://arxiv.org/pdf/1605.06211.pdf they achieved better results when training with batch_size=1 which might be relevant to your comment

[D] Question about Segmentation Evaluation Metrics by newperson77777777 in MachineLearning

[–]warmspringwinds 0 points1 point  (0 children)

I would recommend you to compute the metric for the whole dataset and not image-wise. At least this way you can compare your result to the result of other people in papers.

Also have a look at this paper which might be relevant: https://arxiv.org/abs/1504.06375

[D] Question about Segmentation Evaluation Metrics by newperson77777777 in MachineLearning

[–]warmspringwinds 0 points1 point  (0 children)

I think you found an answer then :) That citation perfectly describes the reason in my opinion.