fix: replace import tf.keras to keras, update tiny rnnt model result #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Wiki Pages | |
on: | |
push: | |
branches: [main] | |
concurrency: | |
group: publish-wiki | |
cancel-in-progress: true | |
permissions: | |
contents: write | |
jobs: | |
publish-wiki: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: nglehuy/github-wiki-action@master | |
with: | |
token: ${{ secrets.TOKEN }} | |
path: docs | |
preprocess: true |