Use weights from lua torch training in pytorch model

Would a PyTorch model be able to import weights produced by a lua torch model of the exact same architecture?

Particularly I’m curious whether I could pick up these weights and import into an identical PyTorch model.

1 Like