about summary refs log tree commit diff
path: root/gn/packages/machine-learning.scm
AgeCommit message (Collapse)Author
2025-08-11python-keras-applications: New variableFrederick Muriuki Muriithi
* gn/packages/machine-running.scm: Copy definition of `python-keras-applications` from guix main-line since it is no longer defined there for latest guix.
2025-08-11python-keras-preprocessing: New variableFrederick Muriuki Muriithi
* gn/packages/machine-learning.scm: Copy over `python-keras-preprocessing` from main-line guix since it was removed there.
2025-08-11python-keras-no-tests: New variableFrederick Muriuki Muriithi
* gn/packages/machine-running.scm: Redefine `python-keras-no-tests` since the mainline `python-keras` has been removed. * gn/packages/genecup.scm: Remove `python-keras-no-tests` definition. Import package instead from (gn packages machine-learning)
2023-06-14gn: genecup: Use correct python-h5py.Efraim Flashner
* gn/packages/python.scm (python-h5py-2): New variable. * gn/packages/machine-learning.scm (tensorflow-native): Remove comments. * gn/packages/ratspub.scm (use-corrected-inputs): New procedure. (genecup-with-tensorflow-native, genecup-latest-with-tensorflow-native): Use use-corrected-inputs.
2020-06-16gn: Mark tensorflow-native as non-substitutable.Efraim Flashner
2020-05-31gn: ratspub: Use optimized tensorflow libraryEfraim Flashner