Using PyTorch version 1.6 (on Conda, Windows, CUDA 10.2)
AttributeError: module ‘torch’ has no attribute ‘quantile’
torch.quantile
is not available in 1.6
so you would have to install the nightly binary using the instructions from here or wait for the release of 1.7
.
1 Like
Aha, I see! Thanks