Park Sol

Results 7 comments of Park Sol

I got same result when I try to set dataset_cache=None in the init step. I use following codes to test it. ``` class MyTestCase(unittest.TestCase): def setUp(self): provider_uri = "~/.qlib/qlib_data/cn_data_1min" #...

I alos got same result with "expression_cache=None" I execute profilling tool with above codes and got following results. ![image](https://user-images.githubusercontent.com/17853131/165405736-cbdeaf58-8ea3-4aa9-b019-94a5aabe697f.png) My system infomation is as follows. CPU: AMD Ryzen 9 3900X...

OK. I will try it. And would you explain more detail about it? I wonder why linux is better than window for high frequency related code. I noticed thread lock...

You can reproduce it with TFT example code in darts. Following code causes AssertionError when I set "devices": "auto" But, it is disappeared wen I set "devices":[0] This AssertionError is...

I use lightning==2.0.6 and "auto_select_gpus" does not exist in that version. So, I change it to "devices": "auto" and it works. I use multiple time series for TFT model. I...

I think my description is not enough. I run your code with single timeseries and multiple timeseries and it returns different results. 1. Single time series it causes AssertionError result...

You are using recent diffusers module. Go to /magicanimate/pipelines/pipeline_animation.py and modify following line. from diffusers.pipeline.pipeline_utils import DiffusionPipeline -> from diffusers import DiffusionPipeline