-
Excuse me, have you ever trained your reproducing method? Did your pyTorch implementation of xmcgan reach a similar quantitative results as the paper, please?
-
There are some implementation wrong.
Point out that the place to put the condition is different.
Add condition to output after convolution such like,
Unofficial(this repository)
+ https://gith…
-
I've found this issue https://github.com/lukemelas/EfficientNet-PyTorch/issues/184 but it's about a checkboard effect. And it's not my case.
I'm using GradCAM and GradCAM++ to EfficientNet-B0 laye…
-
Thank you for your implementation, it is very helpful for me.
I run this code and can get the similar result when the number of heads equals to 1. But, I cannot get the result of original paper(73.6/…
-
for (https://github.com/kurosh90/MLPNAS_Pytorch/tree/master/Pytorch)
Hi. I really appreciate for your code. I've tried a couple times to run the code .There is a 'LOG' file in mplnas.py and utils.py…
-
Are there pretrained weights compatible with this repo's soundstream?
so far I found (quantized) weights here https://github.com/google/lyra/tree/main/lyra/model_coeffs
but not sure how to transfe…
-
Thank you for your PyTorch implementation of SA-EEND. When I Infer the callhome2-2spk dataset, I find that I cannot correspond my results to your experience result table in README.md. I use the _'mode…
-
Hey guys,
I was wondering if anyone has tried converting this Pytorch implementation of Mask RCNN in the ONNX format. I've been attempting to do it but keep running into errors.
-
Hi, thanks for the great work! It might be a silly question. Could you share the implementation of equibatch (even better in pytorch version) which is mentioned in the paper? Thanks!
-
## 🚀 Feature
It would be nice to provide [BYOL](https://arxiv.org/abs/2006.07733) implementation with Ignite. For reference, we can take this repository: https://github.com/lucidrains/byol-pytorch
…