Change model structure while training code

Every time I change the model structure, I choose to reopen a branch

git branch -m new-branch
git push origin new-branch

Where new-branch is the current branch name

Guess you like

Origin blog.csdn.net/weixin_44907625/article/details/129970153