Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.learn.tensorflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.learn.tensorflow
Commits
b85a344a
Commit
b85a344a
authored
Nov 03, 2016
by
Tiago de Freitas Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README
parent
919924fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
17 deletions
+22
-17
README.rst
README.rst
+22
-17
No files found.
README.rst
View file @
b85a344a
...
...
@@ -2,33 +2,38 @@
.. Tiago de Freitas Pereira <tiago.pereira@idiap.ch>
.. Thu 30 Jan 08:46:53 2014 CET
======================
Tensorflow Examples
======================
======================
=====
Bob support for tensorflow
======================
=====
This example package implements simple CNN trainings with tensorflow using the MNIST database.
It is implemented two CNNs:
This package is part of the signal-processing and machine learning toolbox
Bob_. It provides tools to run comparable and reproducible biometric
recognition experiments on publicly available databases.
* Lenet using softmax
* Siamease network (Lenet as a base)
The `User Guide`_ provides installation and usage instructions.
Installation
------------
With tensorflow installed in your environment just run::
Follow our `installation`_ instructions. Then, using the Python interpreter
provided by the distribution, bootstrap and buildout this package::
$ python bootstrap.py
$ python bootstrap
-buildout
.py
$ ./bin/buildout
Documentation
-------------
For the time being has just one script that trains the MNIST using the Lenet architecture using the softmax
cross entropy loss. Run the command bellow to have some help::
.. warning:: We assume that `tensorflow`_ is already installed.
$ ./bin/train_mnist.py --help # Lenet using softmax
$ ./bin/train_mnist_siamese.py --help # Lenet using siamese net
Contact
-------
For questions or reporting issues to this software package, contact our
development `mailing list`_.
It is just the classical stuff.
I haven't added any regularization (L2, L1, dropout, etc )
.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
.. _user guide: http://pythonhosted.org/bob.bio.base
.. _tensorflow: https://www.tensorflow.org/versions/r0.11/get_started/os_setup.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment