Skip to content

Update pytorch

Guillaume HEUSCH requested to merge update-pytorch into master

relaxed constraints on both pytorch and torchvision:

  • pytorch >= 0.4.0 (instead of ==)
  • torchvision >= 0.2.0 (instead of ==)

Updated the CI (dropping out Python 2)

Merge request reports