[Bug 266311] math/py-keras Update to 2.9.0
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras Update to 2.9.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras Update to 2.9.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras Update to 2.9.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras Update to 2.9.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras: Update to 2.9.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras: Update to 2.9.0"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 266311] math/py-keras: Update to 2.9.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 07:23:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266311 Bug ID: 266311 Summary: math/py-keras Update to 2.9.0 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: amzo1337@gmail.com Attachment #236448 text/plain mime type: Created attachment 236448 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236448&action=edit Keras 2.9.0 I've created an updated port of keras 2.9.0 to allow the use of the keras extensions within tensorflow. Tested the build within poudriere. Quick test with python 3.9 >>> import platform >>> platform.system() 'FreeBSD' >>> import tensorflow as tf >>> mnist = tf.keras.datasets.mnist >>> (x_train, y_train), (x_test, y_test) = mnist.load_data() >>> Tensorflow requires a newer version of keras to make use of the tf.keras.* modules. The one in the ports is currently too old. -- You are receiving this mail because: You are the assignee for the bug.