Open edoproch opened 9 months ago
Hi write here since the pull-request page didn't work well. Hi, my name is Edoardo (from Italy!) and I used the adapter in my master thesis. The bug generated when I tried to fine tune the network on my dataset, some keys used to index a dictionary were wrong, I added key[9:] to remove the first part of the string and now it works
Hi, thank you for your feedback. However, your PR changes are a bit big, you made changes to 2,015 files, and uploaded some images (it seems to be some images from a training set). Therefore I may not be able to merge for a while.
Hi, Yes sorry, it was my first pull request and I had problems with GitHub since the page of the pull request lagged a lot. If you want I can send to you only the file with the corrections. The images are for the train set of my master thesis project.
Regards,
Edoardo Procino
Inviato da Outlook per iOShttps://aka.ms/o0ukef
Da: Zhe Chen @.> Inviato: Wednesday, March 13, 2024 10:46:35 AM A: czczup/ViT-Adapter @.> Cc: Edoardo Procino - @. @.>; Author @.***> Oggetto: Re: [czczup/ViT-Adapter] bug in segmentation/mmcv_custom/checkpoint.py (PR #164)
Hi, thank you for your feedback. However, your PR changes are a bit big, you made changes to 2,015 files, and uploaded some images (it seems to be some images from a training set). Therefore I may not be able to merge for a while.
— Reply to this email directly, view it on GitHubhttps://github.com/czczup/ViT-Adapter/pull/164#issuecomment-1993972164, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APL3UTU7BDTXVZJV4MFQAZLYYAN7XAVCNFSM6AAAAABDMRVZUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJTHE3TEMJWGQ. You are receiving this because you authored the thread.Message ID: @.***>
Hi, I found a bug in the checkpoint.py file.