Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Sep 2022 07:23:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266311] math/py-keras Update to 2.9.0
Message-ID:  <bug-266311-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266311

            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=3D236448&action=
=3Dedit
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 =3D tf.keras.datasets.mnist
>>> (x_train, y_train), (x_test, y_test) =3D mnist.load_data()
>>>=20


Tensorflow requires a newer version of keras to make use of the tf.keras.*
modules. The one in the ports is currently too old.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266311-7788>