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
Merge requests
!26
WIP: Generic trainer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Generic trainer
generic_trainer
into
master
Overview
4
Commits
11
Pipelines
4
Changes
2
Closed
Anjith GEORGE
requested to merge
generic_trainer
into
master
6 years ago
Overview
4
Commits
11
Pipelines
4
Changes
2
Expand
Adds a generic trainer class and trainer script
Moved the model specific stuff to config files; example config added
uses
.to(device)
throughout
0
0
Merge request reports
Viewing commit
f4869c91
Prev
Next
Show latest version
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
f4869c91
small fix
· f4869c91
Anjith GEORGE
authored
6 years ago
bob/learn/pytorch/architectures/MCDeepPixBiS.py
+
1
−
0
Options
import
torch
from
torch
import
nn
from
torchvision
import
models
import
numpy
as
np
class
MCDeepPixBiS
(
nn
.
Module
):
Loading