Skip to content

using QDQonnx export engine file,fp16and int8,speed is not faster than using ONNX withouout QDQ to export fp16 engine #343

using QDQonnx export engine file,fp16and int8,speed is not faster than using ONNX withouout QDQ to export fp16 engine

using QDQonnx export engine file,fp16and int8,speed is not faster than using ONNX withouout QDQ to export fp16 engine #343

name: Remove feedback label on comment
on:
issue_comment:
types: [created]
jobs:
remove_label:
runs-on: ubuntu-latest
if: github.event.issue.user.id == github.event.comment.user.id
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "waiting for feedback"