Torch.backends.cudnn.version() - what does the output mean?

With a pip3 install of torch 1.4.0 and torchvision 0.5.0, the python statement torch.backends.cudnn.version() shows a result of 7603. What does this mean? 7.6.3.x ?? or 7.6.0.3x ?? or something different ??

The output of 7603 corresponds to cudnn7.6.3.x.

2 Likes

Thanks for the clarification