nlp-recipes/docs
Miguel González-Fierro ed04438ae1 Staging to master to add the latest fixes (#503)
* update mlflow version to match the other azureml versions

* Update generate_conda_file.py

* added temporary

* doc: update github url references

* docs: update nlp recipes references

* Minor bug fix for text classification of multi languages notebook

* remove bert and xlnet notebooks

* remove obsolete tests and links

* Add missing tmp directories.

* fix import error and max_nodes for the cluster

* Minor edits.

* Attempt to fix test device error.

* Temporarily pin transformers version

* Remove gpu tags temporarily

* Test whether device error also occurs for SequenceClassifier.

* Revert temporary changes.

* Revert temporary changes.
2019-11-29 19:53:57 -05:00
..
source Staging to master to add the latest fixes (#503) 2019-11-29 19:53:57 -05:00
Makefile documentation 2019-08-09 18:05:01 +01:00
README.md documentation 2019-08-09 18:05:01 +01:00
_config.yml Set theme jekyll-theme-cayman 2019-09-13 22:33:01 -04:00

README.md

Documentation

To setup the documentation, first you need to install the dependencies of the cpu environment. For it please follow the SETUP.md. Then type:

conda activate nlp_cpu
pip install sphinx_rtd_theme

To build the documentation as HTML:

cd docs
make html