Commit 925e02d5 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add weights, ci skip

parent 719e6b01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ def _make_inverse(model_name, dst_dir: str, onnx_model_file: Optional[str] = Non
        best_eps=10 ** -best_record["epi"],
        bias=bias,
        inv_weights=inv_weights,
        weights=weights,
    )

    plt.cla()