Luke Miner

Results 74 comments of Luke Miner

How would you do that in a subclassed model? I have a custom train and test step so I can't just do: ```python inputs = ComplexInput((1,2,3)) outputs = SubClassedModel(inputs) model...

I couldn't get it to work. In order to use the approach above, I would have needed too big a refactor. Subclassed models are just a pytorch like interface. You...

I'm getting this issue too on m1

Actually, I'm a complete idiot. It runs fine. Sorry!

Most, current audio source separation models are impacted by this limitation as they use an audio signal representation called "complex as channels", where the real and imaginary parts of the...

I'm trying to do this in conjunction with the tensorflow [dockerfile](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dockerfiles/dockerfiles/gpu.Dockerfile) and it isn't working. The problem seems to be that libnvidia-ml is in a different location: /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1 /usr/lib/x86_64-linux-gnu/libnvidia-ml.so.430.50 I...

@RuRo Thanks for such a comprehensive explainer. I'll give that a shot!

Trying this with cuda 11.0 and am running into issues again. Now the stub files aren't present. Is there something that I should be installing that I haven't installed? Basically...

Wow you're right. Sorry about that. Thanks for being so patient with me.