Skip to content

Bugfix when build model with strict=False for load state dict #108

Bugfix when build model with strict=False for load state dict

Bugfix when build model with strict=False for load state dict #108

Workflow file for this run

name: Black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
version: "22.3.0"