Luke Miner

Results 27 issues of Luke Miner

I've been trying to get this to work with the model subclassing API, but for some reason, the first layer of the model always expects the data to be in...

bug

Is it possible to use this on the models generated by fastai? If I run it on the pytorch model stored by the learner object, I get an error that...

It would be great to get support for Real, Imag, and Complex. Anybody working with audio data has to deal with complex inputs and this is very difficult without support...

unsupported ops

It would be great if it were possible to cache a conda environment. I see from [here ](https://medium.com/ai2-blog/python-caching-in-github-actions-e9452698e98d) that it is possible for a vanilla python environment.

type:question

I've noticed errors when loading and unloading models in very quick succession. I'm using the gRPC python client to communicate with triton. When looking at the logs, it appears as...

I'm trying to use shared memory to run inference from a pytorch model. However, it's failing at `set_shared_memory_region`. Any idea why this might be happening? I'm following the official grpc...

Did you do anything special to get this to work with batch normalization in Keras? Whenever I try it I get an error that float16 is not supported. Seems like...

This would be very helpful if it worked with [generalized random forests](https://github.com/swager/grf). Generalized Random Forests allow you to figure out heterogenous treatment effects. So this technique, might potentially allow you...

It would be nice to have the ability to train on stereo data. In terms of network structure, is it as simple as changing the number of input channels in...

After running AGPPRUNER followed by model speedup, I'm getting a shape mismatch in a Linear layer. The weight and bias in the linear layer don't appear to be of matching...