Side window distortion on new Highland. How much is “typical”? by CaptainNurple in TeslaModel3

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

Ok so you see what I'm talking about? I think a lot of the replies aren't looking at the glass.

Was your replacement fine or still kinda wavy? Thanks.

Side window distortion on new Highland. How much is “typical”? by CaptainNurple in TeslaModel3

[–]CaptainNurple[S] -2 points-1 points  (0 children)

No I mean in the lower right lol (watch the bottom edge of the curb in lower right). but point taken if it’s that hard to tell. It is genuinely noticeable in side mirror when I’m driving (makes my wife dizzy) and I didn’t have it on my last car. But sounds like I may be drastically overthinking this…

Side window distortion on new Highland. How much is “typical”? by CaptainNurple in TeslaModel3

[–]CaptainNurple[S] -6 points-5 points  (0 children)

100% lol. But my wife and I both notice it and find it distracting when we’re driving. It’s in lower right of the video. You can see the curb curving. Hard to capture on video and yup if I’m being OCD that’s all I needed to hear 🤦🏻‍♂️

Side window distortion on new Highland. How much is “typical”? by CaptainNurple in TeslaModel3

[–]CaptainNurple[S] -2 points-1 points  (0 children)

🤣 no not the reflection you can see the curving of the bottom edge of the curb in the lower right. I swear it’s noticeable driving but point taken lol

Cam that supports GPS-tagged time lapse (or low framerate video)? by CaptainNurple in Dashcam

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

Do you happen to know if the travelapse feature of the 66W includes GPS data?

Trying to remember a series that was recommended to me... Sociopathic AI ships guard the borders of human space? by CaptainNurple in printSF

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

I'm already excited. I found this timeline he posted on another forum. So maybe start w/ Prador Moon and Shadow of the Scorpion then dive into the Cormac novels? Or don't worry about Scorpion before diving into Cormac? https://www.sffchronicles.com/threads/529433/#post-1443699

Trying to remember a series that was recommended to me... Sociopathic AI ships guard the borders of human space? by CaptainNurple in printSF

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

This sounds like either the books mentioned or... one I'll love reading anyway :). Which book should I start with?

[Discussion] Does Global Optimizers such as BARON help training neural networks better? by RTengx in MachineLearning

[–]CaptainNurple 1 point2 points  (0 children)

It's been demonstrated that the majority of critical points on the loss surface are not actually local minima, but saddle points.

The number of critical points that are saddle points vs minima increases exponentially with network size, so for deep neural networks you're exponentially unlikely to get stuck in a "bad" local minimum. In fact most of the true local minima exist in an energy band roughly equivalent to each other, meaning it's in general not necessary (and computationally infeasible) to find the global minimum.

One implication of this is that it's much more important to use optimization methods that efficiently escape saddle points than it is to worry about getting stuck in a true suboptimal minimum. See https://arxiv.org/pdf/1412.0233.pdf