Swap incorrect TheanoWithoutCuda with TheanoWithCuda

This commit is contained in:
Stefan Matting
2018-04-26 13:56:55 +03:00
committed by Nikolay Amiantov
parent 52fff39553
commit 2821265dfd
+4 -4
View File
@@ -13056,13 +13056,13 @@ in {
};
TheanoWithoutCuda = self.Theano.override {
cudaSupport = true;
cudnnSupport = true;
cudaSupport = false;
cudnnSupport = false;
};
TheanoWithCuda = self.Theano.override {
cudaSupport = false;
cudnnSupport = false;
cudaSupport = true;
cudnnSupport = true;
};
thespian = callPackage ../development/python-modules/thespian { };