sunset1995 / pytorch-layoutnet

Pytorch implementation of LayoutNet.
MIT License
171 stars 39 forks source link

some question about torch2pytorch_data.py #21

Closed FocusK closed 4 years ago

FocusK commented 5 years ago

I can't read any data use ' imgs = torchfile.load(th_path)' , and when I use 'imgs = load_lua(th_path).numpy()',raise warning:ModuleNotFoundError: No module named 'torch.utils.serialization'。 find serialization is not exist