Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.learn.pytorch bob.learn.pytorch
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.learn.pytorchbob.learn.pytorch
  • Merge requests
  • !20

Mccn trainer

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Anjith GEORGE requested to merge mccn_trainer into master Feb 11, 2019
  • Overview 3
  • Commits 12
  • Pipelines 5
  • Changes 12
  • Adds num_worker option to trainer
  • Adds a logger to save losses, images, and gradients which can be visualized with tensorboard
  • Adds a new architecture of mccnn with shared layers, MCCNNv2 and its extractor
  • Added a RandomHorizontalFlipImage class for Multi channel images which works with numpy.ndarrays (solves the requirement to transform to PIL image for using the torchvision version, which doesnt work for num_channels>4)
Edited Feb 15, 2019 by Anjith GEORGE
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mccn_trainer