rsummers11 / CADLab

Imaging Biomarkers and Computer-Aided Diagnosis Laboratory

Home Page:https://www.cc.nih.gov/meet-our-doctors/rsummers.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run this project?

eliksr opened this issue · comments

Hey,

I read the CVPR 2016 paper and I tried to read the main.ipynb to understand how to run this library..
Yet, I didn't figure out how to to run the whole project, because I didn't see command for RNN training and other files.

My question is, do you have a better comprehensive main file to understand the whole flow?
Thanks

commented

Training and sampling RNN are rather straightforward in txtrnn/train.lua and txtrnn/sample.lua.
Please pay attention to the options in the codes for the location of input files, pre-trained CNN models, etc.

Ok, but in the paper the first RNN stage initialized with the CNN output, both in the training and sampling.

Did you implemented it in txtrnn/train.lua?

commented

Yes, the same code is used for both stages of training.

I have another question..
What package is "require 'file'" in train.lua?

Because i got error:
"module 'file' not found:No LuaRocks module found for file"

Many thanks!