Visualizer icon indicating copy to clipboard operation
Visualizer copied to clipboard

How to add @get_local to a model where the weight is from torch.load() ?

Open wansenwu opened this issue 3 years ago • 0 comments

Hi Thanks for sharing your interesting work! I just met a problem when I load a saved model from torch.load(), the architecture is fixed. So I can't add the @get_local before the definition and 'get_local.cache' returns None. Do you have any ideas?

wansenwu avatar Nov 05 '22 13:11 wansenwu