Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.tensorflow
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.tensorflow
Merge requests
!19
Updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates
updates
into
master
Overview
1
Commits
5
Pipelines
1
Changes
5
1 unresolved thread
Hide all comments
Merged
Tiago de Freitas Pereira
requested to merge
updates
into
master
7 years ago
Overview
1
Commits
5
Pipelines
1
Changes
5
1 unresolved thread
Hide all comments
Expand
Approaching
#35 (closed)
(almost done) and
#37 (closed)
Add [--allow-missing-files] in the script
db_to_tfrecords.py
0
0
Merge request reports
Viewing commit
bdbc9988
Prev
Next
Show latest version
5 files
+
13
−
33
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
bdbc9988
Changed LightCNN to functions issue
#37
· bdbc9988
Tiago de Freitas Pereira
authored
7 years ago
bob/learn/tensorflow/network/LightCNN29.py
+
0
−
1
Options
#!/usr/bin/env python
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
# vim: set fileencoding=utf-8 :
# @author: Tiago de Freitas Pereira <tiago.pereira@idiap.ch>
# @author: Tiago de Freitas Pereira <tiago.pereira@idiap.ch>
# @date: Wed 11 May 2016 09:39:36 CEST
import
tensorflow
as
tf
import
tensorflow
as
tf
from
bob.learn.tensorflow.layers
import
maxout
from
bob.learn.tensorflow.layers
import
maxout
Loading