I encountered some difficulties when running main_linear.py. I tried changing some of the parameters (self.Q, self.R, and y) in Linear_KF.py to cpu, and the code ran successfully. However, I'm not sure if this is the correct approach.
It is the result.
Another issue is that when I train using CUDA on my 3060, it takes longer than training on my 5600G CPU. Why is this?
I encountered some difficulties when running main_linear.py. I tried changing some of the parameters (self.Q, self.R, and y) in Linear_KF.py to cpu, and the code ran successfully. However, I'm not sure if this is the correct approach. It is the result. Another issue is that when I train using CUDA on my 3060, it takes longer than training on my 5600G CPU. Why is this?