norikazu99
norikazu99
Hello, timeseriesAI is a great repo thanks for everything @oguiza. I am kind of lost on how to implement it. Should I make a ts_model and a tab_model and then...
After some time studying the code base and reproducing results, it seems to work just fine. The tests you provided are very well coded and commented. Thanks for everything you...
I'd recommend you check https://timeseriesai.github.io/tsai/tutorials.html. You'll find everything you asked for in the notebooks, if not you'll find them in the docs. There are multiple ways to do each one...
Hello @araffin , I really appreciate the quick response. Python file or kernel crashes a couple of seconds after UserWarning, so I'm not able to use for testing. Pytorch and...
The first machine has pytorch 1.13.1 with cuda (windows os) and the second machine has torch 1.13.1 without cuda (mac os). I believe it's the latest version, just installed it...
Hello, I currently don't have access to the windows machine, but I can confirm that with stablebaselines3 I'm able to load a PPO model on my mac with device 'cpu',...