-
I read the image from the images folder, and everything is ok. However, when read the '12283150_12d37e6389_z.jpg', I get the error, can you provide some advice?
Processing 1 images
image …
-
golang-ci started from docker. v1.16.0
config:
```
# This file contains all available configuration options
# with their default values.
# options for analysis running
run:
# timeout for an…
-
I have gone through the API provided for XLA and also the examples from the xla/test. I am trying a train a custom two-stage network which has two different CNN backbones, which takes in two different…
-
Hi,
I am interested in adding some time evolution functionality to the package (since this is my main use case at the moment). Will you be interested in such a contribution or is it something you pre…
-
Hello,
I finally implemented my FFR algorithm on ALVR, mostly. Here's my explanation of the [algorithm](https://github.com/polygraphene/ALVR/issues/304) (with link to an online demo), and here's the …
zmerp updated
4 years ago
-
Hi,
When I try to add a custom dimension image instead of a 1024x320 image, I get the following error:
line 60, in forward
x = torch.cat(x, 1)
RuntimeError: invalid argument 0: Sizes of t…
-
Is there a simple way to extend the StdImageField to support a variation that returns a base 64 string as the "rendered" version?
I'm thinking of settings such that you could do this:
```
imag…
-
Like this : `ffmpeg -i input.mkv -i palette.png -lavfi paletteuse output.gif`
```python
import ffmpeg
in_filename='C:\Users\Administrator\Desktop\py\img\'
(
ffmpeg
.input(in_filename+'girl.gif…
-
Hi @lrjconan,
Thank you for sharing this awesome code!
LanczosNet works very well on QM8, and I am working on reproducing your results on Cora dataset.
With the hyperparameters given in the appen…
-
Hi,
I am convinced that we should go to 2nd order methods, those which actively repel saddles like SFN, but it seems they are not used (?) nearly 5 years after the paper.
Do you maybe know what is t…