Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.pytorch_extractor
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.ip.pytorch_extractor
Commits
306e2efe
Commit
306e2efe
authored
6 years ago
by
Olegs NIKISINS
Browse files
Options
Downloads
Patches
Plain Diff
Updated the doc, to remove word trained
parent
dba77525
No related branches found
No related tags found
1 merge request
!4
MLPAlgorithm PAD algorithm V1 version
Pipeline
#26631
failed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/ip/pytorch_extractor/MLPAlgorithm.py
+1
-1
1 addition, 1 deletion
bob/ip/pytorch_extractor/MLPAlgorithm.py
with
1 addition
and
1 deletion
bob/ip/pytorch_extractor/MLPAlgorithm.py
+
1
−
1
View file @
306e2efe
...
@@ -37,7 +37,7 @@ class MLPAlgorithm(Algorithm):
...
@@ -37,7 +37,7 @@ class MLPAlgorithm(Algorithm):
Function namely ``transform``, which takes numpy.ndarray as input,
Function namely ``transform``, which takes numpy.ndarray as input,
and returns a transformed Tensor. The dimensionality of the output
and returns a transformed Tensor. The dimensionality of the output
tensor must match the format expected by the
network to be trained
.
tensor must match the format expected by the
MLP
.
A ``Network`` class, defining your network architecture. Note, if your
A ``Network`` class, defining your network architecture. Note, if your
class is named differently, import it as ``Network``, for example:
class is named differently, import it as ``Network``, for example:
...
...
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