AlphonsG
AlphonsG
Each worker starts running `__call__` several seconds apart. Also, `multiprocessing.set_start_method('spawn', force=True)` is set.
I want to modify the VGG layers (by changing some of them to atrous convolution) and am wondering if this library supports that? If so what is the best way...
Fails with `py-lapsolver\pybind11\include\pybind11/numpy.h(35,22): error C2065: 'ssize_t': undeclared identifier`. Checking out the master branch of the pybind11 submodule, instead of the currently set branch [v2.2](https://github.com/cheind/py-lapsolver/blob/69f6e55efe1c1cd2e30139cc68c49e20a4fc3f49/.gitmodules#L4), fixes the error and the build...
Can't see that parameter being handled in the code either
## Description Example: The backtest goes from 2020-01-01 to 2020-12-31. When retrieving 4 days of history using the `to` parameter of `state.interface.history` I'd expect it to get 2019-12-28 to 2019-12-31....
There is now the option to select the port bind to in logger_tt, which especially useful if the default port (9020) is already bound to. However, if you choose port...
Thank you for this code, very fast and will help my project. I will make sure to reference this repo