-
Great job reimplementing in pytorch! However, In the case of the same number of iterations(1000), I found the result different from the official implementation(And I see the parameters used in your c…
-
Hi,
Just FYI, in the official MelGan repo, the authors used Hinge losses. However, in the paper, the author described with L2 loss. This repo is consistent with the paper! I am setting up some experi…
-
There is a discrepancy when using automatic differentiation to solve the attacker's optimization problem between:
1) the official implementation of ResNet18 from Pytorch (as imported by `from torchv…
-
The `downsample` part in each block/layer (not the skip connection part), the PyTorch do it in conv3x3 using stride=2, but official caffe version in conv1x1 with stride=2
```
conv1x1 -> caffe do …
-
### System Info
transformers == 4.46.1
### Who can help?
_No response_
### Information
- [ ] The official example scripts
- [X] My own modified scripts
### Tasks
- [ ] An officia…
-
https://github.com/google/automl/blob/master/efficientdet/efficientdet_arch.py
-
I wonder why the Retrieval accuracy is almost 20% higher than the official JAX/FLAX implementation.
As the paper says, "While we achieve consistent results reported in (Tay et al. 2020) for most task…
-
As title.
There have been some people [wanting it to be implented in ComfyUI](https://github.com/comfyanonymous/ComfyUI/issues/4849). But so far, nobody seems to be capable of doing so. Are you guys …
-
Multiline comments in JSON are defined in the same way they are in JavaScript:
```
Comment
: Delimited_Comment
;
fragment Delimited_Comment
: '/*' Delimited_Comment_Section* ASTERISK…
-
Description:
As a game developer who frequently uses the Defold engine, I have come to appreciate its versatility and efficiency in game development. However, I believe that the inclusion of C# lan…