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

php - How to display all orders for a single product showing the most recent first? Woocommerce -

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

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -