i can't think of a non-cliche way to say this, but everyone who says having a kid is the best thing in the world is both correct and still somehow understating it.
The average student in China is a full 4 years ahead of the average U.S. student in academic performance. I refuse to stand by & watch as the CCP laughs at our gradual decay. We’ll lead Ohio to be the top state in the nation to put the focus of education where it belongs: excellence.
I am always bemused by programmers that don’t use debuggers. It isn’t just about breakpoints and examining variables, but also being able to break into a process that has been running for an hour and issue something like:
(observation_ring*255).to(dtype=torch.uint8).view(128,16,4,3,128,128).permute(1,0,2,4,5,3).cpu().numpy().tofile('results/ring_128x128.rgb')