summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/torchvision (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.torchvision-bin: init at 0.9.1•••This derivation can be used in conjunction with pytorch-bin to avoid the long build time of PyTorch/TorchVision CUDA builds. Daniël de Kok2021-05-162-0/+81
* python3Packages.torchvision: 0.8.2 -> 0.9.0Jonathan Ringer2021-04-031-2/+2
* torchvision: remove myself from maintainersSandro Jäckel2021-02-141-1/+1
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* torchvision: update reason why tests failsJörg Thalheim2020-12-301-6/+8
* torchvision: 0.2.1 -> 0.8.2Sandro Jäckel2020-12-301-17/+35
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+0
* treewide: http -> https (#42665)Ryan Mulligan2018-06-271-1/+1
* pythonPackages.torchvision: 0.1.9 -> 0.2.1•••Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2018-05-231-3/+4
* torchvision: init at 0.1.9Eric Sagnes2017-08-211-0/+30