Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.learn.mlp
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
Show more breadcrumbs
bob
bob.learn.mlp
Commits
08561d76
Commit
08561d76
authored
10 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Loading our own Library.
parent
7e6cdad8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/learn/mlp/__init__.py
+9
-0
9 additions, 0 deletions
bob/learn/mlp/__init__.py
with
9 additions
and
0 deletions
bob/learn/mlp/__init__.py
+
9
−
0
View file @
08561d76
# import Libraries of other lib packages
import
bob.io.base
import
bob.math
import
bob.learn.activation
# import our own Library
import
bob.extension
bob
.
extension
.
load_bob_library
(
'
bob.learn.mlp
'
,
__file__
)
from
._library
import
*
from
.
import
version
from
.version
import
module
as
__version__
...
...
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