This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Missing Keys in state_dict ; Unexpected keys in state_dict #14
Comments
Hi, i was reading your documentation here https://github.com/DrSleep/DenseTorch/blob/dev/docs/Models.md, where it is mentioned that you have to used return and combine layers as return_idx = [1, 2, 3, 4, 5, 6] If we use Mobilenet+MTLWRefienet, what to use if i train a single heads seperately, i mean if i want to train depth head alone, what "return_idx" and "combine_layers" to use, and similarly to "segm" and "normals" |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Great work. I have tried to train a NYUD joint network using default settings provided in the repo. The model is saved as checkpoint.pth.tar.
However, when running the inference using one of the notebook code from https://github.com/DrSleep/multi-task-refinenet/blob/master/src/notebooks/ExpNYUD_joint.ipynb, I get the subject error as follows:
I have tried replacing the module with "" as follows:
but the error doesnt go away. Any suggestion on how to address this error?
Using
strict=False
does make the code run without errors, but the prediction is incorrect and the predictions do not show anything at the output imagesThe text was updated successfully, but these errors were encountered: