Arun Patro

Results 16 issues of Arun Patro

I am able to visualize the audio and its beats with MIC_RATE = 44100 FPS = 30 N_FFT_BINS = 24 However, when I use Loopback as a virtual audio, with...

The generative model community is also interested in understanding a lot of about images from their latent representations. This is where BiGAN/AliGAN come into play. BiGAN: https://arxiv.org/abs/1605.09782 https://github.com/jeffdonahue/bigan AliGAN: https://arxiv.org/abs/1606.00704...

I have a fixed one time compute time of 10 mins. In the first run, I find a solution but it is not optimal. I save the model using `m.write('mymodel.lp')`,...

Hi! I want to build a pipeline around this technology. However I can't find this AMI on AWS: ``` AMI ID: ami-b9be23ae AMI NAME: waifu2x-server 20160807 ```

Hi, I was looking into the evaluation script you provided. You mention in README that in `AvatarNet.transfer_styles(self, inputs, styles, inter_weight, intra_weights)`, the `styles` is argument that can take a list...

I am trying to train a GLOW mapping on a custom dataset. However while training, I frequently receive a `tensorflow.python.framework.errors_impl.InvalidArgumentError: Input is not invertible` error. Upon seeing the logs, I...

Change the file from `celeb-tfr.tar` to `celeba-tfr.tar`

Hi, I want to restrict my application to only verilog programs and not system verilog, can you help me figure out the grammar specification for only .v files?

rejects-valid syntax

In hugging face autoclass models, we can do `model.forward` to obtain both logits and past_key_values. The `model.generate` then uses these past_key_values for efficient gen. How can I return these past_key_values...

Hi, I want to be replicate your work without training the models for now. Do you have any of the per-trained models available?