ubuntu - What's the /path/to means -


i beginner in caffe. in tutorials see "/path/to". i'm confuse that. what's means. specific path in computer?

here part of a tutorial.

prepare data

images: put images in folder (i'll call here /path/to/jpegs/). labels: create text file (e.g., /path/to/labels/train.txt) line per input image .

it's telling you should specify path, , giving example of path format.

/path/to/labels/train.txt  

the tutorial or instructions expect replace own path, can want as long it's in path format

/hanbing/data/train.txt  /documents/cafe/example_app/train.txt 

Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -