Element-Research / rnn

Recurrent Neural Network library for Torch7's nn
BSD 3-Clause "New" or "Revised" License
941 stars 313 forks source link

Training on own dataset #212

Open sankethsm opened 8 years ago

sankethsm commented 8 years ago

If I have some images of my own and want to use this model to train, how will I go about it? New to torch here.

nicholas-leonard commented 8 years ago

@sankethrit2013 That is a very broad question. Depends on the problem you want to solve and what model you intend to try.