bonito
bonito copied to clipboard
Training questions
Hi, when i start to train my own model, the following happens: FileNotFoundError: [Errno 2] No such file or directory: '/data/dna_r9.4.1/dataset.py'
Hello! Can you provide the full command you are executing that produces this error?
Hello! Can you provide the full command you are executing that produces this error?
command: $ bonito download --training $ bonito train /data/training/dna_r9.4.1
Do I need to remove the ‘/’ before 'data'
You need to specify whatever the path to the dna_r9.4.1
file is. What your command is currently telling bonito is that there is a /data
directory at the root of your filesystem, and in there it can find a /data/training/
directory with the dna_r9.4.1
file in it.
You need to specify whatever the path to the
dna_r9.4.1
file is. What your command is currently telling bonito is that there is a/data
directory at the root of your filesystem, and in there it can find a/data/training/
directory with thedna_r9.4.1
file in it.
You need to specify whatever the path to the
dna_r9.4.1
file is. What your command is currently telling bonito is that there is a/data
directory at the root of your filesystem, and in there it can find a/data/training/
directory with thedna_r9.4.1
file in it.
You need to specify whatever the path to the
dna_r9.4.1
file is. What your command is currently telling bonito is that there is a/data
directory at the root of your filesystem, and in there it can find a/data/training/
directory with thedna_r9.4.1
file in it.
Thanks for your help, I have already solved it.