Grégoire Passault
Grégoire Passault
@stalek71 thanks for the lead, however the problem here is not exactly to save a PyTorch model to a C++ executable file and load it (which is explained in [1]),...
> how much more difficult is it to just give a path to `torch.jit.load()?` It is not, I really can make it this way, dropping the dependency with CMRC or...
Maybe we could adapt the code to accept callables so that the `lin_0.1` syntax would work ?
> You mean `lin_0.1` in the RL Zoo? Yes. > because of that, I would rather implement it as a callback in the RL Zoo. Otherwise, you need to pass...
You mean like a screenshot ? I'm affraid this is not possible with this library
Looks good to me too. Just one question, can you comment on the practice of using `self::assertSame` instead of `$this->assertSame` ? I understand that the method is indeed static and...
Ok, actually PHPUnit says it's fine to use static version as well (https://phpunit.readthedocs.io/en/9.5/assertions.html) Thanks for contributing!
Hello, It uses internally `imagefilter()` with MEAN_REMOVAL filter which has no argument And I guess implementing this in pure-PHP would be computationally terrible
Hello, Maybe this method should not be public. What is your use case? Why would you like to re-apply operation?
This is because `width()` now is just an helper and doesn't apply the queued operations