You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update doc URL. (k2-fsa#821)
* Support indexing 2-axes RaggedTensor, Support slicing for RaggedTensor (k2-fsa#825)
* Support index 2-axes RaggedTensor, Support slicing for RaggedTensor
* Fix compiling errors
* Fix unit test
* Change RaggedTensor.data to RaggedTensor.values
* Fix style
* Add docs
* Run nightly-cpu when pushing code to nightly-cpu branch
* Prune with max_arcs in IntersectDense (k2-fsa#820)
* Add checking for array constructor
* Prune with max arcs
* Minor fix
* Fix typo
* Fix review comments
* Fix typo
* Release v1.8
* Create a ragged tensor from a regular tensor. (k2-fsa#827)
* Create a ragged tensor from a regular tensor.
* Add tests for creating ragged tensors from regular tensors.
* Add more tests.
* Print ragged tensors in a way like what PyTorch is doing.
* Fix test cases.
* Trigger GitHub actions manually. (k2-fsa#829)
* Run GitHub actions on merging. (k2-fsa#830)
* Support printing ragged tensors in a more compact way. (k2-fsa#831)
* Support printing ragged tensors in a more compact way.
* Disable support for torch 1.3.1
* Fix test failures.
* Add levenshtein alignment (k2-fsa#828)
* Add levenshtein graph
* Contruct k2.RaggedTensor in python part
* Fix review comments, return aux_labels in ctc_graph
* Fix tests
* Fix bug of accessing symbols
* Fix bug of accessing symbols
* Change argument name, add levenshtein_distance interface
* Fix test error, add tests for levenshtein_distance
* Fix review comments and add unit test for c++ side
* update the interface of levenshtein alignment
* Fix review comments
* Release v1.9
* Support a[b[i]] where both a and b are ragged tensors. (k2-fsa#833)
* Display import error solution message on MacOS (k2-fsa#837)
* Fix installation doc. (k2-fsa#841)
* Fix installation doc.
Remove Windows support. Will fix it later.
* Fix style issues.
* fix typos in the install instructions (k2-fsa#844)
* make cmake adhere to the modernized way of finding packages outside default dirs (k2-fsa#845)
* import torch first in the smoke tests to preven SEGFAULT (k2-fsa#846)
* Add doc about how to install a CPU version of k2. (k2-fsa#850)
* Add doc about how to install a CPU version of k2.
* Remove property setter of Fsa.labels
* Update Ubuntu version in GitHub CI since 16.04 reaches end-of-life.
* Support PyTorch 1.10. (k2-fsa#851)
* Fix test cases for k2.union() (k2-fsa#853)
* Revert "Construct RaggedArc from unary function tensor (#30)" (#31)
This reverts commit cca7a54.
* Remove unused code.
* Fix github actions.
Avoid downloading all git LFS files.
* Enable github actions for v2.0-pre branch.
Co-authored-by: Wei Kang <wkang@pku.org.cn>
Co-authored-by: Piotr Żelasko <petezor@gmail.com>
Co-authored-by: Jan "yenda" Trmal <jtrmal@gmail.com>
0 commit comments