Important Installation Note:
This package does not install a Keras back-end for you which is a requirement for Nemesyst to function at all. And does not include any back ends in optional dependencies. This is a decision made on two grounds:
-
Keras can use a choice selection of back-ends and we do not want to force usage of one or another by putting one in the dependency array, e.g python-tensorflow-cuda vs python-tensorflow, a user may require one over another lets say on gpu-less server systems.
-
While we could put these in optdepends we feel this is inappropriate, illustrated by the wording of the pkgbuild wiki: "[optdepends] An array of packages that are not needed for the software to function, but provide additional features." Since you most certainly do require a back-end of your choice we have opted not to include them in opt-depends either.
Pinned Comments
GeorgeRaven commented on 2018-09-24 14:47 (UTC) (edited on 2018-09-24 14:51 (UTC) by GeorgeRaven)
Important Installation Note:
This package does not install a Keras back-end for you which is a requirement for Nemesyst to function at all. And does not include any back ends in optional dependencies. This is a decision made on two grounds:
Keras can use a choice selection of back-ends and we do not want to force usage of one or another by putting one in the dependency array, e.g python-tensorflow-cuda vs python-tensorflow, a user may require one over another lets say on gpu-less server systems.
While we could put these in optdepends we feel this is inappropriate, illustrated by the wording of the pkgbuild wiki: "[optdepends] An array of packages that are not needed for the software to function, but provide additional features." Since you most certainly do require a back-end of your choice we have opted not to include them in opt-depends either.