I am using the recurrent Gaussian Process library. I believe the code is developed by older versions of python and pytorch. I ran one of the experiments of the model after cloning the repository
python ./testing/rnn_rgp_test.py I got this error message from this line of the rnn_encoder.py script:
./RGP/autoreg/rnn_encoder.py", line 274, in backward_computation torch.autograd.backward( variables=self.forward_means_list + self.forward_vars_list, TypeError: backward() got an unexpected keyword argument 'variables' I will be grateful if someone can point out how I can fix this error?