Skip to content
Snippets Groups Projects

Fix multidense compatibility with tf 2.16 and keras 3

Merged Emanuele Roberto Nocera requested to merge fix-multidense-tf216 into master
13 files
+ 148
118
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
python-version: ["3.11", "3.12"]
include:
- os: ubuntu-latest
CONDA_OS: linux-64
Loading