Recent comments in /f/deeplearning

suflaj t1_jadb19p wrote

That's simply not true. Musk is not a open source or public domain advocate. He is a profit-driven entrepreneur.

His current ambitions to create a OpenAI alternative is not for open source or public domain, it's to counter the leftist agenda (coincidentally also racist and sexist) that OpenAI has been pushing with their latest products, as he has multiple times in the past proclaimed he is politically neutral, antipolitical/anti-establishment and expressed views that could be understood as conservative.

Obviously, he counts on it being profitable, as OpenAI has demonstrated. The question only is - how does he do this without entering a conflict of interest with Tesla, which is mostly an AI company itself?

It's not much different from the reason he provided for buying Twitter (other than being forced to), which is countering Twitters control of the narrative into one that stifles conservative views and promotes liberal ones.

1

bigfoot1144 t1_jad8fw8 wrote

OS doesn't matter for the most part. I would say windows has slightly more for it. Specifically because you can access windows only applications on windows and you can access all of Linux on windows via docker containers and WSL. You can't go wrong with either, however setting all that stuff up on windows is a task and a half if you don't know what you're doing.

1

incrediblediy t1_jacum67 wrote

I am similar to you, just passed first year of my PhD. I am using Win10 at home (RTX3090 + RTX3060) and Linux GPU servers at uni (command line only). At the end of the day, it really doesn't matter as I am using Python and other libraries which are cross platform. I am keeping conda environments in both systems similar though.

2

sEi_ t1_jacieip wrote

Learn some journalistic ethics before relying on 'clickbait' titles, regurgitating stolen text and let Chad hallucinate on top.

101: References for ALL facts is a no brainer.

You want to be trustworthy or just another low effort AI blog for the sake of having an AI blog.

Now we got some nice tools, use them right. ffs

1

suflaj t1_jac0rfd wrote

Yes, but he left because it was a conflict of interest for Tesla (also says so in the article). I would assume he intends to create a Tesla subsidiary now or get rid of Trsla stock altogether (which would likely kill the company at this point, so it's unlikely).

6

trajo123 t1_ja9aghn wrote

Very strange.

Are you sure your dataset is shuffled before the split? Have you tried different random seeds, different split ratios?

Or maybe there a bug in how you calculate the loss, but that should affect the training set as well...

So my best guess is you either don't have your data shuffled and the validation samples are "easier" or maybe it's something more trivial, like a bug in the plotting code. Or maybe that's the point where your model become self-aware :)

1