mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-11 22:29:29 +02:00
training: require tf2onnx and pin ml_dtypes >= 0.5
This commit is contained in:
parent
c9c14ed83d
commit
b9ba43b444
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ output.html
|
||||||
*.sw?
|
*.sw?
|
||||||
TAGS
|
TAGS
|
||||||
uv.lock
|
uv.lock
|
||||||
|
/ignore
|
||||||
|
*.log
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ imutils
|
||||||
scipy
|
scipy
|
||||||
tensorflow-addons # for connected_components, depublished and only compatible with tensorflow < 2.16
|
tensorflow-addons # for connected_components, depublished and only compatible with tensorflow < 2.16
|
||||||
tensorflow < 2.16 # for tensorflow-addons, so only needed in training
|
tensorflow < 2.16 # for tensorflow-addons, so only needed in training
|
||||||
tf-keras # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
|
tf-keras < 2.16 # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
|
||||||
tf-data < 2.16 # for tensorflow-addons, so only needed in training
|
tf-data < 2.16 # for tensorflow-addons, so only needed in training
|
||||||
protobuf < 5 # for tensorflow-addons, so only needed in training
|
protobuf < 5 # for tensorflow-addons, so only needed in training
|
||||||
|
tf2onnx
|
||||||
|
ml_dtypes >= 0.5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue