jcjohnson / torch-rnn

Efficient, reusable RNNs and LSTMs for torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manual Manipulation of Parameters

mattebaughman1 opened this issue · comments

Hi all,

This is a cross post from crisbal's docker image repository. I am simply wondering if there is an easy way to access the parameter weights stored in the *.t7 files during each checkpoint. It would be very nice for the research project I am working on to be able to read these weights into a txt file or simply into an independent vector, perform the necessary operations on them, and then update the *.t7 checkpoint file. Please let me know!

-Matt