Jasmine

Results 2 issues of Jasmine

Traceback (most recent call last): File "test.py", line 195, in ad,fd,raw_data_dic_= test() File "test.py", line 69, in test mvnormal = torchdist.MultivariateNormal(mean,cov) File "/home/jnu/anaconda3/envs/xxq/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py", line 146, in __init__ super(MultivariateNormal, self).__init__(batch_shape, event_shape,...

I'm getting this error on the hotel dataset when reproducing your code Traceback (most recent call last): File "train.py", line 201, in main() File "train.py", line 181, in main train(epoch)...