RahulBhalley

Results 22 issues of RahulBhalley

I strongly hope to get this PR merged. Please let me know if any changes are required.

## 🐞Describing the bug Hey there, While converting a PyTorch model, we're getting the error written in title. We don't use `torch.new_empty` anywhere in the `forward` method of model but...

pytorch
missing layer type

How would you plot the spectrogram? I tried to create an image from inside of `inv_spectrogram(spectrogram)` definition after the `# Convert back to linear` line but still it is black...

On updating [coremltools](https://github.com/apple/coremltools) to version number 4.1, I get the following warning: ``` turicreate 6.4.1 requires coremltools==4.0b3, but you'll have coremltools 4.1 which is incompatible. ``` Could you please update...

Core ML
build
enhancement

With the batch size set equals to 1 and training images being 6 GB (Validation images from COCO dataset), the training kept increasing the memory footprint throughout the training process....

bug
style transfer
toolkits

Hi! First of all, thanks a lot for this implementation! 😊 I couldn't find any other better implementation in Python. Your implementation looks like it's computing reduced SVD. But I'm...

Hi! Thanks for this code. I find that the sign information is lost when the original vector elements are recovered because ~square~ absolute operation makes ~every real~ the complex number...

enhancement

Hi @hmartiro, This looks like a hell of work! Why don't you publish a research paper as well in addition to your already published website docs? Would love to read...

Hi @czczup, Thanks for implementing [Multi Model Style Transfer](https://github.com/czczup/URST/tree/main/Wang2017Multimodal). But it consumes very huge memory and then the program gets killed (for default patch and thumbnail sizes). I'm using `--URST`...

Hi @czczup! Thanks for your awesome work! Since you've shown that many style transfer methods are compatible with TIN, **I wonder if it's possible to use TIN in [Aesthetic UST](https://arxiv.org/abs/2208.13016)?**...