Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.pytorch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.learn.pytorch
Commits
bdc57267
Commit
bdc57267
authored
7 years ago
by
Guillaume HEUSCH
Browse files
Options
Downloads
Patches
Plain Diff
[doc] keep on working on the documentation
parent
9600fea9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/guide.rst
+13
-0
13 additions, 0 deletions
doc/guide.rst
doc/index.rst
+6
-2
6 additions, 2 deletions
doc/index.rst
with
19 additions
and
2 deletions
doc/guide.rst
0 → 100644
+
13
−
0
View file @
bdc57267
.. py:currentmodule:: bob.learn.pytorch
User's guide
============
DCGAN
-----
Conditional GAN
---------------
DR-GAN
------
This diff is collapsed.
Click to expand it.
doc/index.rst
+
6
−
2
View file @
bdc57267
...
@@ -7,14 +7,16 @@ Welcome to bob.learn.pytorch's documentation!
...
@@ -7,14 +7,16 @@ Welcome to bob.learn.pytorch's documentation!
=============================================
=============================================
This module contains the implementation of different Generative Adversarial Networks (GAN)
This module contains the implementation of different Generative Adversarial Networks (GAN)
deriv
ed for face processing.
us
ed for face processing.
If you would like to have an idea on the basic principles of GAN, you should first read the
If you would like to have an idea on the basic principles of GAN, you should first read the
paper by Goodfellow et al.
paper by Goodfellow et al.
https://arxiv.org/abs/1406.2661
https://arxiv.org/abs/1406.2661
Also, this package makes heavy use of pytorch_, so make sure you have it installed on your enviroment.
This package makes heavy use of pytorch_, so make sure you have it installed on your environment. It also
relies on bob_ (and in particular for I/O and databases interfaces), so you may want to refer
to their respective documentation.
This package is basically organized as follows (some files are omitted for clarity purposes):
This package is basically organized as follows (some files are omitted for clarity purposes):
...
@@ -45,6 +47,8 @@ This package is basically organized as follows (some files are omitted for clari
...
@@ -45,6 +47,8 @@ This package is basically organized as follows (some files are omitted for clari
.. toctree::
.. toctree::
:maxdepth: 3
:maxdepth: 3
guide
py_api
py_api
Licensing
Licensing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment