AnnPe
AnnPe
> > We first train our model for 18 epochs on the noisy dataset. Then we use the model to evaluate on another small dataset, where we have some clean...
> > > Details are in > > > https://github.com/google/mentornet/blob/master/TRAINING.md > > > clean label column: ground-truth labels on small clean dataset > > > noisy label column: given labels...
hi, thanks for your quick reply! im sorry for not being clear enough, my use case is the following: i want to have predefined step functions with some parameters, and...
@dosu i need to create them w/o associating them to a specific class - so that i can use them as building blocks for different workflows. is that possible?
yeah, to the instance of course - but this means that i have to define another function to tie it to another workflow, don't i? or do i misunderstand smth?
@dosu that's great, but afaik, i have to use specific Event-inherited class to link those steps together inside a workflow don't I? how to link these defined-outside-class step functions together?
@dosu, great and how can i add Context parameter to track variables?
> To link step functions defined outside of a class together within a workflow using specific `Event`-inherited classes, you can define a workflow and use the `@step` decorator to attach...