mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fix stubtest errors in tensorflow with keras>=3.3.2 (#11817)
This commit is contained in:
@@ -9,3 +9,4 @@ partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = true
|
||||
stubtest_requirements = ["keras>=3.3.2"]
|
||||
|
||||
@@ -291,6 +291,7 @@ class Embedding(Layer[tf.Tensor, tf.Tensor]):
|
||||
embeddings_regularizer: _Regularizer = None,
|
||||
embeddings_constraint: _Constraint = None,
|
||||
mask_zero: bool = False,
|
||||
weights=None,
|
||||
lora_rank: int | None = None,
|
||||
*,
|
||||
input_length: int | None = None,
|
||||
|
||||
Reference in New Issue
Block a user