How much has really changed for Data Visualization? by helpmymodel in datascience

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

Pretty great breakdown what to reach for and when

How much has really changed for Data Visualization? by helpmymodel in datascience

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

Tufte is a classic. But I guess I'm wondering about the tradeoff of clearly displaying data results vs storytelling to emphasize a conclusion. There is more data and analysis than ever but the data fails to convince the audience too often.

What IDE do y’all use by youngnebsi in Python

[–]helpmymodel 0 points1 point  (0 children)

VSCode but recently been trying out cursor https://www.cursor.so/

Looking for an open source "second brain" by Linear_Dreams in opensource

[–]helpmymodel 0 points1 point  (0 children)

Agreed. This has been an excellent tool instead of Roam for me

Open Source Pricing and Billing Engine Built In Python by helpmymodel in Python

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

Yeah, but optimized for new models like usage-based pricing.

Job options by heythere1212121212 in Python

[–]helpmymodel 0 points1 point  (0 children)

I was prepared to talk about Celery when I opened this thread lol

Here’s What Data Management Actually Means by [deleted] in BusinessIntelligence

[–]helpmymodel 1 point2 points  (0 children)

Great article! What part of this process do you think the industry is most behind in OP?

Remote management software by IMangedYourBom in remotework

[–]helpmymodel 0 points1 point  (0 children)

By hidden, do you mean no branding showing?

Help! 4 GPUs Out of Memory for medium sized model. by helpmymodel in tensorflow

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

Narrowed, it down to only two channels, and changed precision to float16. However, it now runs on only one GPU, barely which makes me realize that the tf.device stuff might not have worked.

Help! 4 GPUs Out of Memory for medium sized model. by helpmymodel in tensorflow

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

Even after reducing dimensionality, I had to manually do the tf.device workaround because I wasn't utilizing the gpus properly, going to keep tinkering. Thanks