Kyle Archie

Results 16 comments of Kyle Archie

and just to clarify the bug I get when I try building it myself, it looks like the same bug that people were getting when trying to install on a...

one other solution I just thought of could be to enable users to specify a custom path to whatever model they want to use, instead of just complexity=[0,1,2].

Hi @sureshdagooglecom, Yes I'm still struggling with this. Any help would be appreciated. thanks!

edited to clarify I'm talking about minute bars, not daily

Fixed the NaN issue for the most part. I had to change the second to last activation function from relu to tanh. Apparently using a relu to softmax transition can...

thanks. I've been struggling with my own project for months now... this has definitely helped a ton, but I'm not quite there yet. As I tweak things, I'm still running...

yeah I can confirm this is happening to me as well with the latest client. For me, @bobasaurus 's suggestion of deleting the (".ipynb_checkpoints" and "pycache") folders worked. I was...

I tried following the instructions above, but I still got an error. `ArgumentError: argument 9: : expected LP_FLANNParameters instance instead of LP_FLANNParameters` In the end, jimkon's solution, however, worked fine....

I just encountered this today after trying to run with Docker (latest).

I reverted from 0.3 to 0.2.2 and it works. Didn't really dig in much past that, but might be worth somebody checking that the fix didn't get reverted in this...