Skip to content
Snippets Groups Projects
Commit 7ff52c35 authored by Saeed SARFJOO's avatar Saeed SARFJOO
Browse files

fix address in doc

parent e5d83f43
No related branches found
No related tags found
1 merge request!19Add audio extractor
...@@ -22,7 +22,7 @@ DltResNet Model ...@@ -22,7 +22,7 @@ DltResNet Model
.. note:: .. note::
The models will automatically download to the data folder of this package and save it in The models will automatically download to the data folder of this package and save it in
``[env-path]./bob/learn/pytorch/data/drn34.pth.tar``. ``[env-path]./bob/learn/pytorch/preprocessor/audio/data/drn34.pth.tar``.
If you want to set another path for this model do:: If you want to set another path for this model do::
$ bob config set bob.learn.pytorch.extractor.audio.drn_modelpath /path/to/mymodel $ bob config set bob.learn.pytorch.extractor.audio.drn_modelpath /path/to/mymodel
...@@ -38,7 +38,7 @@ ResNet Model ...@@ -38,7 +38,7 @@ ResNet Model
.. note:: .. note::
The models will automatically download to the data folder of this package and save it in The models will automatically download to the data folder of this package and save it in
``[env-path]./bob/learn/pytorch/data/rn34.pth.tar``. ``[env-path]./bob/learn/pytorch/preprocessor/audio/data/rn34.pth.tar``.
If you want to set another path for this model do:: If you want to set another path for this model do::
$ bob config set bob.learn.pytorch.extractor.audio.rn_modelpath /path/to/mymodel $ bob config set bob.learn.pytorch.extractor.audio.rn_modelpath /path/to/mymodel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment