inferno icon indicating copy to clipboard operation
inferno copied to clipboard

Add more examples:

Open DerThorsten opened this issue 6 years ago • 1 comments

We should add more examples for the following things:

  • infernos transformation pipeline, show / highlight the difference between torchvision and infernos transformations
  • usage of trainer with non-trivial dataset (smth where num_input>1 and num_output > 1)
  • load a model which was trained/saved via inferno and use this trained model to predict
  • ...

DerThorsten avatar Jun 11 '18 14:06 DerThorsten

@DerThorsten on point 2, I think num_output > 1 is buggy and needs some tests added.

bstriner avatar Jun 26 '18 04:06 bstriner