You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@amiryanj I realized that in the script train.py in 577 and so on you divide the ade_avg etc by n_test_samples which does not match the number of times that you add up those error in the for loop in line 532, if you check the ii index. Do you have any explanation for this?
The text was updated successfully, but these errors were encountered:
I actually create some variables to count the number os samples that you are accumulating the error, and for the hotel dataset, the number of n_test_samples should be 181 which equals the size of the the_batches variables minus the train_size. I guess there is some mistake with the n_train_samples computation.
@amiryanj I realized that in the script train.py in 577 and so on you divide the ade_avg etc by n_test_samples which does not match the number of times that you add up those error in the for loop in line 532, if you check the ii index. Do you have any explanation for this?
The text was updated successfully, but these errors were encountered: