We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
args = parser.parse_args() netT = ImageDepthNet(args) netS = ImageDepthNet(args) modelT_path = '/media/data/QFS/Models/proj-based/VScode-swin/RGB_VST_T.pth' modelS_path = '/media/data/QFS/Models/proj-based/VScode-swin/RGB_VST_S.pth' state_dictT = torch.load(modelT_path) state_dictS = torch.load(modelS_path) print(str(state_dictT) == str(state_dictS)) # True
The weitght of VSCode-T you provided is based on Swin-S not Swin-T
I wonder if you could please provide the pretrained Swin backbone?
The text was updated successfully, but these errors were encountered:
I apologize for my error. The VSCode-T version has been updated.
Sorry, something went wrong.
请问Swin-T版本更新了吗?我百度网盘下载的Swin-T和Swin-S好像还是一样的
No branches or pull requests
The weitght of VSCode-T you provided is based on Swin-S not Swin-T
I wonder if you could please provide the pretrained Swin backbone?
The text was updated successfully, but these errors were encountered: