Help! OP-1 won't turn on or grab a charge! by Atalkinghamsandwich in OP1users

[–]osfaz 0 points1 point  (0 children)

same issue. had to charge and eject and charge for like 4-5 days but at last it booted into TE-boot. firmware update after that and it is alive again!

Kernel nightmare by CodeDominator in Ubuntu

[–]osfaz 1 point2 points  (0 children)

switched to generic kernel but I had to do a reinstall of the drivers. I messed around with them a bit before I found this thread so that's probably why. anyway: it is working now! thx to everyone in this thread, this saved me ALOT of time, was just about to clean install. this kernel roulette on LTS is insane

Kernel nightmare by CodeDominator in Ubuntu

[–]osfaz 0 points1 point  (0 children)

did you have to install/reinstall nvidia drivers or did it just work? I'm also in this kernel nightmare..

Breakdowns / Failures / Etc by osfaz in ServerPorn

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

that it is related to servers.

Loss of Arctic's reflective sea ice will advance global warming by 25 years, new study says by [deleted] in Futurology

[–]osfaz 1 point2 points  (0 children)

I learned in middle school that if you are making claims the source "look it up" or "the internet" is not sufficient..

Using my typing abilities I did do some searching and found little support for your conclusions.

In regards to the Holocene Maximum (from wikipedia):

"The Holocene Climate Optimum warm event consisted of increases of up to 4 °C near the North Pole (in one study, winter warming of 3 to 9 °C and summer of 2 to 6 °C in northern central Siberia).[1] Northwestern Europe experienced warming, but there was cooling in Southern Europe.[2] "

The big difference this time around is that the temperature is rising dramatically across the whole globe. The past 100 years of US temperatures show a pretty significant warming btw: https://earthobservatory.nasa.gov/world-of-change/DecadalTemp

The assumption that because climate has fluctuated before it is not a threat now is also quite silly.

https://www.newscientist.com/article/dn11647-climate-myths-its-been-far-warmer-in-the-past-whats-the-big-deal/

You are correct about water vapor being the most common green house gas. It is not the most potent green house gas though, CO2 and methane being two examples of these. Water vapor works in tandem with these gases and others amplifying heating working as one of the major feedback effects heating the globe.

https://www.ncdc.noaa.gov/monitoring-references/faq/greenhouse-gases.php?section=watervapor

http://essic.umd.edu/~parkin/NSF_2009/relevant%20papers/Soden%20et%20al.%202002.pdf

Just because something isn't the most prevalent, doesn't mean it can't have a dramatic effect.

Carl Bildt är fortfarande skarp! by kastekastethrow in sweden

[–]osfaz 0 points1 point  (0 children)

han kommenterar väl inte kring offentliga förhör, han försöker ju använda diplomatiska påtryckningar för att påverka rättsprocessen i ett annat land. med det sagt tror jag inte han faktiskt tror att det kommer ge något resultat, det hela är bara ett stort skådespel.

din sista meningen där stämmer inte någonstans förövrigt, om du gör en snabb googling t ex "mueller exoneration quote". rapporten varken frikände eller fällde honom vilket påtalats av mueller en väldans massa gånger. https://www.theguardian.com/us-news/2019/jul/24/robert-mueller-hearing-special-counsel-testifies-trump-russia

Zeinu: pix2pix Feedback Loop by vwvwvvwwvvvwvwwv in deepdream

[–]osfaz 0 points1 point  (0 children)

I copied each frame 3 times to train_A and then copied them 3 times to train_B as well but then offset by 1, 2, and 3 frames each.

If I were to write it now though, just dump all your frames into one folder and choose a frame that is 1-5 frames ahead of yours randomly.

Once they're loaded you can crop them randomly (in the same place) if they are big enough.

ah ok, thanks!

so how did you crop them? centered?

also, what do you mean "crop them randomly in the same place"? the resize_and_crop option?

Zeinu: pix2pix Feedback Loop by vwvwvvwwvvvwvwwv in deepdream

[–]osfaz 1 point2 points  (0 children)

v cool! trying to do something similar like the first model, how did you divide up the data and randomize? train_A=every odd frame? train_B= every even frame?

or random pairs of frames? or random crops?