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
  1. What is the return bool supposed to indicate?
  2. 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?