Place the "Train" folder into "($Caffe_Dir)/examples/", and rename "Train" to "VDSR"
What is ($Caffe_Dir)? Is it caffe or caffe2? I am a bit confused about your directory structures in the usage section.
To train VDSR, run ./build/tools/caffe train --solver examples/VDSR/VDSR_solver.prototxt
What is ./build/tools/caffe? Is caffe an executable? Where is this directory?
I thought by based on caffe, you mean python code written in caffe, but I didn't find any python code file.
Hi Zehao,
I don't quite understand the usage instructions.
Place the "Train" folder into "($Caffe_Dir)/examples/", and rename "Train" to "VDSR" What is ($Caffe_Dir)? Is it caffe or caffe2? I am a bit confused about your directory structures in the usage section.
To train VDSR, run ./build/tools/caffe train --solver examples/VDSR/VDSR_solver.prototxt What is ./build/tools/caffe? Is caffe an executable? Where is this directory?
I thought by based on caffe, you mean python code written in caffe, but I didn't find any python code file.
Thanks for your clarification.