Max Ehrlich

Results 137 comments of Max Ehrlich

The web app has a lot more options for displaying photos, most notably viewing by album, which I consider minimum functionality for a photo viewer. The Android app should at...

I was actually surprised to find that this doesnt work the other way around, e.g. ``` mosh --ssh="/home/max/.local/bin/xxh" ``` so mosh drives the car and calls `xxh` instead of `ssh`...

Just a small update, if I change ``` out = torch.nn.functional.fold(out_blocks, output_size=x.shape[2] // 2, kernel_size=self.__block_size, stride=self.__block_size) ``` to ``` out_shape = x.shape[2] // 2 if not isinstance(out_shape, int): out_shape =...

> I think the input tensor size does not match your network. Can you confirm that again? thanks. It's not that, I just checked it again to be absolutely sure,...

I actually have something that almost works using multilinux2014 but the annoying thing is that auditwheel keeps trying to add all of the pytorch libraries into my wheel, which I...

So what I ended up doing was using the manylinux2014 docker image (quay.io/pypa/manylinux2014_x86_64) and statically linking my only C dependency besides pytorch. This seems to be working since the manylinux2014...

OK this makes a lot of sense I noticed after posting that the existing schema seem to cover only optimizers and schedulers. Also I was targeting Hydra next because it...

Right so the problem that GVFS (and therefore all the way up to nautilus) has is that they use NFSv3 through a higher level API which they claim is not...

Ok great let me loop back with the GVFS guys and see what they say