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

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

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -