How to load LuaTorch model built with nngraph

Hi!

I know that it is possible to import LuaTorch models into PyTorch with load_lua, but the command does not support models built with nngraph.

Any idea about how to import LuaTorch models built with nngraph?

Thanks!