hughperkins / pytorch

Python wrappers for torch and lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I save numpy arrays in .t7 using pytorch ?

sunshineatnoon opened this issue · comments

I have some arrays generated by a python script and I want to save them as .t7 tensors used in torch, is this possible in pytorch ? Or maybe use pytorch to load pickle files ? Thanks!

@hughperkins Thanks, figured it out

Cool :-)