Will it be a good Idea to add a tutorial to train a Image Classification suing ViT using CLS token. #10
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: 'CSAT survey' | |
on: | |
issues: | |
types: | |
- closed | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/github-script@v6 | |
with: | |
script: | | |
const script = require('./\.github/workflows/scripts/csat.js') | |
script({github, context}) |