-
Is it possible without too much resources?
-
While working on PicoDrive I found the audsrv implementation a bit lacking:
- If the audsrv backend on IOP runs low on samples it will replay the buffer over and over, right down to telling you abo…
-
Hi, the formula from wiki is as:
![image](https://user-images.githubusercontent.com/35348196/67217465-0c5e8880-f425-11e9-979a-6d1128694097.png)
Your implementation is:
`total_ops = y.nelement() * 1…
-
May I ask, it is mentioned in formula (12) that the method of upsampling is used, which method is used specifically?
-
Hi I already saw the upsample_bilinear_op in the list of wrapped kernels; could you make it accessible at a higher level? This is relevant for speeding up UNets and similar, which is in turn important…
-
support upsampling is possible?
or
how to gen AE model with Convolution ?
-
Hi,
Thanks a lot for the implementation!
Regarding upsampling, you used a custom BilinearUpSampling2D layer, which I guess cannot be learned (sorry if I'm mistaken).
I believe a better soluti…
-
torch/nn/functional.py:3454: UserWarning: Default upsampling behavior when mode=bilinear is changed to align_corners=False since 0.4.0. Please specify align_corners=True if the old behavior is desired…
-
The `Resample` DSP component instantiates quite large FIR filters for upsampling beyond 4x, this can quickly eat FPGA area and is heavily used for scope plotting (interpolating lines from points).
…
-
Hi! My name is Junhyeok Lee and I appreciate your works!
Maybe I found a slight mistake in your config file.
https://github.com/ivanvovk/WaveGrad/blob/721c37c216132a2ef0a16adc38439f993998e0b7/config…