Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
correct a few spellings and links
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin.kozlov committed Jan 24, 2020
1 parent 09b6c6a commit 9846b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/user/howto/rclone.rst
Expand Up @@ -60,7 +60,7 @@ In order to create the configuration file (``rclone.conf``) for rclone::

Then one has two options:

If your know under what user your run your application in the container (e.g. if docker or nvidia-docker is used, most
If you know under what user your run your application in the container (e.g. if docker or nvidia-docker is used, most
probably this is 'root') you can mount your host ``rclone.conf`` into the container as::

$ docker run -ti -v $HOSTDIR_WITH_RCLONE_CONF/rclone.conf:/root/.config/rclone/rclone.conf <your-docker-image>
Expand Down
2 changes: 1 addition & 1 deletion source/user/howto/train-model-remotely.rst
Expand Up @@ -12,7 +12,7 @@ This is a step by step guide on how to train a general model from the `DEEP Open
1. Choose a model
-----------------

The first step is to choose a model from the `DEEP Open Catalog marketplace <https://marketplace.deep-hybrid-datacloud.eu/>`__. For educational purposes we are going to use a `general model to identify images <https://marketplace.deep-hybrid-datacloud.eu/modules/deep-oc-image-classification-tensorflow.html>`_. Some of the model dependent details can change if using another model, but this tutorial will provide a general overview of the workflow to follow when using any of the models in the Marketplace. A demo showing the different steps in this HowTo has also be recorded and you can find it our `YouTube channel <https://www.youtube.com/playlist?list=PLJ9x9Zk1O-J_UZfNO2uWp2pFMmbwLvzXa>`_.
The first step is to choose a model from the `DEEP Open Catalog marketplace <https://marketplace.deep-hybrid-datacloud.eu/>`__. For educational purposes we are going to use a `general model to identify images <https://marketplace.deep-hybrid-datacloud.eu/modules/train-an-image-classifier.html>`_. Some of the model dependent details can change if using another model, but this tutorial will provide a general overview of the workflow to follow when using any of the models in the Marketplace. A demo showing the different steps in this HowTo has also be recorded and you can find it our `YouTube channel <https://www.youtube.com/playlist?list=PLJ9x9Zk1O-J_UZfNO2uWp2pFMmbwLvzXa>`_.



Expand Down

0 comments on commit 9846b7c

Please sign in to comment.