Swap incorrect TheanoWithoutCuda with TheanoWithCuda
This commit is contained in:
parent
52fff39553
commit
2821265dfd
@ -13056,13 +13056,13 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
TheanoWithoutCuda = self.Theano.override {
|
TheanoWithoutCuda = self.Theano.override {
|
||||||
cudaSupport = true;
|
cudaSupport = false;
|
||||||
cudnnSupport = true;
|
cudnnSupport = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
TheanoWithCuda = self.Theano.override {
|
TheanoWithCuda = self.Theano.override {
|
||||||
cudaSupport = false;
|
cudaSupport = true;
|
||||||
cudnnSupport = false;
|
cudnnSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
thespian = callPackage ../development/python-modules/thespian { };
|
thespian = callPackage ../development/python-modules/thespian { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user