I would like to train this model using NVIDIA's DIGITS, and in order to do this I need to load the pre-trained model into DIGITS with a) its weights (resnet-18.t7) and b) its architecture (described by a *.lua file). How would I generate a *.lua file for this model?
Thanks in advance for any suggestions.