HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ScoutOrgo

no profile record

comments

ScoutOrgo
·hace 2 años·discuss
As someone that is familiar with using nvidia-smi to track util, what are some commands people use to track the SM efficiency? The end of the article had some references, but no examples of what to use explicitly.
ScoutOrgo
·hace 2 años·discuss
At what point is google liable for the increased rate of accidents from features like this? Surely they have some data that can estimate users getting in accidents while using gmaps.
ScoutOrgo
·hace 2 años·discuss
You also had to go in store to buy cigarettes, so the application of regulation would work a little differently in the case of social media.
ScoutOrgo
·hace 3 años·discuss
Hey Jeremy, it seems like you could calculate exactly how much a model learns in a single step by calculating the loss for a batch a second time (with no_grad) after the loss is calculated the first time and gradients are updated. This seems like it could produce interesting outputs when graphing the difference of first and second losses at the batch or observation/question level.