issues
search
mathias-brandewinder
/
CNTK.FSharp
MIT License
67
stars
9
forks
source link
Trainer.TrainMinibatch: what are these bools?
#11
Open
mathias-brandewinder
opened
6 years ago
mathias-brandewinder
commented
6 years ago
What is the return
bool
supposed to indicate?
in
https://github.com/Microsoft/CNTK/blob/master/bindings/csharp/CNTKLibraryManagedDll/ShimApiClasses/TrainerShim.cs#L65
, what is the
bool isSweepEndInarguments
and how is it supposed to be used?
bool
supposed to indicate?bool isSweepEndInarguments
and how is it supposed to be used?