[Bug 280234] science/py-tensorflow: upd ate 2.9.1 → 2.13.1
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280234] science/py-tensorflow: upd ate 2.9.1 → 2.13.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Nov 2024 09:35:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280234
--- Comment #14 from Lars Herschke <lhersch@dssgmbh.de> ---
tf.version() does not work like this. You can display the version number as
follows.
python3.11 -c "import tensorflow as tf; print('TensorFlow version:',
tf.version.VERSION)"
--
You are receiving this mail because:
You are the assignee for the bug.