René Blaim

Results 2 issues of René Blaim

versions: playframework 2.5.9 swagger-play2 1.5.3 application.conf: ``` play.http.context = „foo“ swagger.api.basepath = „/foo/api“ ``` routes (application context and api realm are both intentionally named „foo", so this is no mistake):...

Since torch version 1.8.0 using `register_backward_hook` is deprecated. On adding gradient handles in `PyTorchDeep` using torch 1.8.0, we get the following warning: `Using a non-full backward hook when the forward...