Raphael Scheible
Raphael Scheible
Solved it by a workaround. I added the missing field to the checkpoint file; ```python import torch model = torch.load("checkpoints/checkpoint.pt") model['cfg']['include_index'] = False torch.save(new_model, 'checkpoints/checkpoint_fixed.pt') ``` I'm not that sure,...
Hey @Grimmoth, thank you very much for pointing that out! I think any information you want to share might be helpful - especially the link to the custom curl of...
Thanks a lot, that is a really great explanation, with which I can create a test case and procede from there.
Hey @Grimmoth, I was just looking into that issue in more detail. I did not really end up with THE solution, but had one idea, which I would like to...
Hey @Grimmoth unfortunately, I did not yet find some time to tackle the request. If you have more ressources, I could lead and consult you in doing the change.
You are invited to try this one: https://github.com/raphiniert-com/ra-data-postgrest