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

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Jan 23, 2023
1 parent 0eb6bd4 commit c2edc07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
6 changes: 6 additions & 0 deletions source/user/howto/develop-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Develop a model from scratch
============================

.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; margin-bottom: 2em; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/Ajgz51Sd1SU" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>

This tutorial explains how to develop a DEEP module from scratch on your local machine.

You could also use the **DEEP Development environment** from the :doc:`Dashboard<../overview/dashboard>`
Expand Down
17 changes: 8 additions & 9 deletions source/user/howto/train-model-remotely.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,22 @@
Train a model remotely
======================

.. admonition:: Useful video demos
:class: important

* `Training your model in the cloud with the DEEP training dashboard <https://www.youtube.com/watch?v=uqFXrEwtNNs&list=PLJ9x9Zk1O-J_UZfNO2uWp2pFMmbwLvzXa&index=6>`__

.. admonition:: Requirements

* You need a `DEEP-IAM <https://iam.deep-hybrid-datacloud.eu/>`__ account to be able to access the Dashboard and Nextcloud storage.
* For **Step 7** we recommend having `docker <https://docs.docker.com/install/#supported-platforms>`__ installed (though it's not strictly mandatory).
.. raw:: html

<div style="position: relative; padding-bottom: 56.25%; margin-bottom: 2em; height: 0; overflow: hidden; max-width: 100%; height: auto;">
<iframe src="https://www.youtube.com/embed/W1bPmUhzYFY" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>

This is a step by step guide on how to train a general model from the `DEEP Marketplace <https://marketplace.deep-hybrid-datacloud.eu/>`__
with your own dataset, in the :doc:`DEEP Dashboard <../overview/dashboard>`.

A practical application of this tutorial would be to train a `generic image classifier <https://github.com/deephdc/DEEP-OC-image-classification-tf>`__
on a custom dataset to create a `plant classifier <https://github.com/deephdc/DEEP-OC-plants-classification-tf>`__, for example.

.. admonition:: Requirements

* You need a `DEEP-IAM <https://iam.deep-hybrid-datacloud.eu/>`__ account to be able to access the Dashboard and Nextcloud storage.
* For **Step 7** we recommend having `docker <https://docs.docker.com/install/#supported-platforms>`__ installed (though it's not strictly mandatory).

1. Choose a module from the Marketplace
---------------------------------------
Expand Down

0 comments on commit c2edc07

Please sign in to comment.