huangzehao / caffe-vdsr

A Caffe-based implementation of very deep convolution network for image super-resolution
MIT License
273 stars 134 forks source link

Questions about usage #47

Open xiaolin-cheng opened 5 years ago

xiaolin-cheng commented 5 years ago

Hi Zehao,

I don't quite understand the usage instructions.

  1. 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.

  2. 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.

Missdonghui commented 5 years ago

I have the same question. Thanks for your clarification.