NICHOLAI MITCHKO

Results 17 comments of NICHOLAI MITCHKO

They still execute for me, what it looks like is a ui bug (if you hit [f12] and reload the page check the network tab). Certainly a bug! \< I...

I am having the same question. My backtest are slightly off from other platforms regadless of the exact same buy/sell times.

@Meier-Andre That is what would happen in real life correct? Signal after bar at time `t` and then purchase at `t+1`. However, you could also assume that at `t+1` you...

## Try upgrading nolearn to version 0.7 **Command:** ``` Bash sudo pip3 install --upgrade --no-deps --force-reinstall git+https://github.com/dnouri/nolearn.git@master#egg=nolearn==0.7.git ``` ## If that fails try this workaround... **Try:** ``` python eval_size =...

Same issue, migration --fix doesn't fix it either. Fresh ubuntu install, fresh venv, fresh everything. 🤔

> Ideally huggingface does the parsing for us. We should stay away from deciding what is local and what is on the hub. Also isn't this handled by `load_dataset`? https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset...

If you check out the load_dataset method, it only opens `csv`, `json`, `parquet`, and others based on the python script provided in the directory. `save_to_disk` from [here](https://huggingface.co/docs/datasets/process#save) doesn't save in...

> > @hivaze hivazeHi! Have you tried to disable KV-cache kernel injection and did it solved the problem when using num_beams>1? > > I tried to understand the structure of...

hello👋? Anyone....