“3f1e8f7d2ec356f53e809a127a6a7d0dfff950b2”上不存在“mobile/src/fpga/KD/tensor_util.cpp”
提交 98c11310 编写于 作者: K KP

Add librosa reference.

上级 6655728b
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Modified from librosa(https://github.com/librosa/librosa)
import warnings import warnings
from typing import List from typing import List
from typing import Optional from typing import Optional
......
...@@ -31,3 +31,7 @@ We borrowed a lot of code from these repos to build `model` and `engine`, thank ...@@ -31,3 +31,7 @@ We borrowed a lot of code from these repos to build `model` and `engine`, thank
* [chainer](https://github.com/chainer/chainer/blob/master/LICENSE) * [chainer](https://github.com/chainer/chainer/blob/master/LICENSE)
- MIT License - MIT License
- Updater, Trainer and more utils. - Updater, Trainer and more utils.
* [librosa](https://github.com/librosa/librosa/blob/main/LICENSE.md)
- ISC License
- Audio feature
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册