Lorenzo Stella
Lorenzo Stella
@KelvinKan @Francois-Aubet what is the status here? Does this PR need to be reviewed?
> If it is not obvious or too tedious to download the compiled versions after cloning the repo, maybe we can include a script to download them from the website...
@kurvaraviteja355 thanks for filing the issue! I think your code snippet won’t run since some definitions are not included. Is there any way you can reproduce the error with a...
@kurvaraviteja355 got it. Could you share a self-contained snippet (with random data) that reproduces the error? Otherwise it's hard to say what may be going wrong.
The code snippet runs fine for me on CPU, I'm more than 100 epochs in and no error was raised (macOS, python 3.7.8, gluonts master, mxnet 1.8.0)
One advantage of this is that we can get validation in the network constructors too, without duplicating hundreds of lines. This is useful in case one wants to directly handle...
> Further, I propose to use `>` to apply a simple transformation: > > ```python > {} > SetField("foo" 42) == {'foo': 42} > ``` My understanding is that here...
> That’s why I’ve defined > on them. I see. You actually defined `__lt__`: does `left.__gt__(right)` default to `right.__lt__(left)` I suppose?
Related to #1976
@gdalle @mohamed82008 see #85, feedback is appreciated!