Package Details: python-keras-git 2.9.0rc0.r372.g83852348f-1

Git Clone URL: https://aur.archlinux.org/python-keras-git.git (read-only, click to copy)
Package Base: python-keras-git
Description: A Python deep learning API, running on TensorFlow (git version)
Upstream URL: https://keras.io/
Licenses: Apache
Conflicts: python-keras
Provides: python-keras
Submitter: StreakyCobra
Maintainer: None
Last Packager: MarsSeed
Votes: 1
Popularity: 0.000000
First Submitted: 2015-06-30 07:09 (UTC)
Last Updated: 2022-06-19 01:04 (UTC)

Required by (19)

Sources (1)

Latest Comments

MarsSeed commented on 2022-07-05 21:03 (UTC)

I've updated this package to the best of my abilities. But I cannot test it because currently I only have an old laptop with 11.6 gigs of RAM, and python-tensorflow-git filled it to the brim and the build failed due to the out-of-memory daemon. ':-)

I don't use this either; I was just curious if I can modernize it, because it needed some TLC.

So I've orphaned it, leaving it for someone else to take up its maintenance.

MarsSeed commented on 2022-06-18 21:36 (UTC)

Does not support Python 2 anymore. (No wonder, python2-hf5py for hdf5 discontinued in 2019 and is broken.)

But also now nothing requires the python2- subpackage here on AUR so it's safe to drop that from the PKGBUILD.

trougnouf commented on 2017-11-30 15:13 (UTC)

Please remove python-theano from the dependencies, it is not required and no longer maintained.

jerry73204 commented on 2017-10-26 18:42 (UTC)

Please update the description. Keras can switch tensorflow and cntk backends other than theano.

gcarq commented on 2017-01-16 17:10 (UTC)

Please mark python-keras as conflict, i.e.: provides=('python-keras') conflicts=('python-keras')

StreakyCobra commented on 2016-02-22 14:39 (UTC)

@soupault AFAIK git packages are not updated on new release, they are updated when there are upstream changes impacting the build process. They are meant to be built on regular schedule. People who want to have packages based on upstream release should use the non-git one.

soupault commented on 2016-02-22 13:35 (UTC)

@streakycobra ok, thanks for the info! Could you force the version update? 0.3.2 is already available.

StreakyCobra commented on 2015-11-21 17:16 (UTC)

I discussed it on this thread: https://lists.archlinux.org/pipermail/aur-general/2015-November/031786.html This way to do it is perfectly fine, so I'll stay with it. Anyway I removed some of the makedepends that weren't necessary. (I just noticed you edited your comment compared to the mail I received, maybe you were speaking about this finally :-) )

StreakyCobra commented on 2015-11-21 15:20 (UTC)

I have them in make-depends because it's needed to build the packages with `extra-x86_64-build` from `devtools`. I like to build AUR packages in a chroot environment for different reasons, but indeed it forces to have all of them installed even for building only the python3 version. I'll ask on the mailing list if there is any solution, if not I'll change this.

soupault commented on 2015-11-21 08:32 (UTC) (edited on 2015-11-21 08:53 (UTC) by soupault)

why does your PKGBUILD have both Py2 and Py3 make-dependencies, which aren't really make-depends?