Max Ehrlich
Max Ehrlich
**Describe the bug** My model makes use of `torch.nn.fold` quite a bit, when I try to use `add_graph` on my model I get the following exception: ``` in merge(self, x)...
On certain platforms (you know the ones I'm talking about) we don't have the luxury of running a python script (e.g. `run.py`) from a notebook environment. It would be great...
### Checklist - [X] I have used the search function to see if someone else has already submitted the same bug report. - [X] I will describe the problem with...
I have developed a C++ pytorch extension that I want to deploy on PyPI. It currently isn't possible to build a manylinux compatible wheel if it depends on pytorch using...
I have done something similar in a recent project using Hydra/PyTorch and I'm evaluating if it makes sense for me to switch to this (I'm trying to simplify the code...
NFSv4 Quirks
I didnt see and issue for this so I figured I'd open one. NFSv4 support is currently, to my understanding, in the lower level API. This is a feature request...
When using ddterm with wayland heterogeneous DPI, the window can be the wrong size. I have a 4k laptop monitor and 1440p external monitor. I keep the laptop monitor at...
I've been getting a lot of `RuntimeError: reentrant call` errors lately and based on what I'm seeing (https://stackoverflow.com/questions/45680378/how-to-explain-the-reentrant-runtimeerror-caused-by-printing-in-signal-handlers for example) it is caused by printing in signal handlers. Specifically the...
The recent change of which signal to have slurm send for preemption breaks a flow with pytorch lightning. Lightning currently has USR1 hardcoded in its logic for automatically saving an...
I have an interesting issue; this is related to #157 but not exactly the same I am using a dual stack cluster and my IPv6 addresses for metallb come from...