Results 4 comments of Caleb Kruse

An abbreviated version of what I'm seeing in the VSCode dev tools menu looks like this: ``` Failed to to Widget load class jupyter-scatterJupyterScatterModel {className: 'JupyterScatterModel', moduleName: 'jupyter-scatter', moduleVersion: '0.7.1',...

Could this be a possible solution? https://stackoverflow.com/a/59042066 ``` model = timm.create_model("vit_small_patch16_224", in_chans=in_chans) # model is loaded # model variable is assigned as _IncompatibleKeys model = model.load_state_dict(weights.get_state_dict(progress=True), strict=False) ``` Instead, load_state_dict...

Seems like it might be fixed in https://github.com/microsoft/torchgeo/pull/1503?

FYI. Got the same problem, but the fix from @ryb-ableton worked for me.