File tree Expand file tree Collapse file tree 4 files changed +4716
-4578
lines changed
Expand file tree Collapse file tree 4 files changed +4716
-4578
lines changed Original file line number Diff line number Diff line change 3232 poetry install --with jaxtrain
3333 - name : Test with unittest
3434 run : poetry run python -m unittest discover -s chirp/tests -p "*test.py"
35- - name : Test training with unittest
36- run : poetry run python -m unittest discover -s chirp/train_tests -p "*test.py"
35+ # Train tests are disabled until TFDS release compatible with TF 2.20 is released.
36+ # - name: Test training with unittest
37+ # run: poetry run python -m unittest discover -s chirp/train_tests -p "*test.py"
3738 - name : Test inference with unittest
3839 run : poetry run python -m unittest discover -s chirp/inference/tests -p "*test.py"
Original file line number Diff line number Diff line change 2828from perch_hoplite .taxonomy import namespace_db
2929import tensorflow as tf
3030import tensorflow_datasets as tfds
31- import tensorflow_io as tfio
3231
3332
3433Features = dict [str , tf .Tensor ]
You can’t perform that action at this time.
0 commit comments