-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Labels
enhancementNew feature or requestNew feature or requesttfjsIssues related to TensorFlow.jsIssues related to TensorFlow.js
Description
5 tests are failed with latest tfjs vesion 3.17, which have skiped so far. Need to support it in the future.
tensorflow-onnx/tests/test_cond.py
Line 121 in 772dbe6
def test_cond_in_while_loop(self): |
tensorflow-onnx/tests/test_loops.py
Line 69 in 772dbe6
def test_while_loop_with_ta_write(self): |
tensorflow-onnx/tests/test_loops.py
Line 162 in 772dbe6
def test_while_loop_with_ta_read_and_write(self): |
tensorflow-onnx/tests/test_loops.py
Line 186 in 772dbe6
def test_while_loop_with_multi_scan_outputs(self): |
tensorflow-onnx/tests/test_loops.py
Line 224 in 772dbe6
def test_while_loop_with_cond_init_false(self): |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttfjsIssues related to TensorFlow.jsIssues related to TensorFlow.js
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
hwangdeyu commentedon Jun 2, 2022
Created an issue tensorflow/tfjs#6487.
hwangdeyu commentedon Jun 17, 2022
tfjs community fixed this issue by tensorflow/tfjs#6523.
Wait for a new release to support it.
[-]Support for tensorflowjs 3.17[/-][+]Support for tensorflowjs 3.17 -- maxNumElements attr in TensorListReserve dynamic list shoule be ignored [/+]hwangdeyu commentedon Aug 29, 2022
Mark related issue tensorflow/tfjs#6748.