Remove duplicate lines from project file.#4439
Conversation
eerhardt
left a comment
There was a problem hiding this comment.
Assuming the "stable API" checks still works, this looks good.
|
@eerhardt Verified: E:\machinelearning\packages\microsoft.dotnet.apicompat\1.0.0-beta.19225.5\build\Microsoft.DotNet.ApiCompat.targets(72,5): error : MembersMustExist : Member 'Microsoft.ML.ConversionsExtensionsCatalog.Hash(Microsoft.ML.TransformsCatalog.ConversionTransforms, System.String, System.String, System.Int32, System.Int32)' does not exist in the implementation but it does exist in the contract. [E:\machinelearning\src\Microsoft.ML.Data\Microsoft.ML.Data.csproj] |
Remove duplicate lines from project file. (dotnet#4439) Image Classification Sample cleanup (dotnet#4380) * Aligned line ending to 85 char limit * Cleaned up Early Stopping sample * Added comments to ResnetV2101TransferLearningTrainTestSplit * Added comments to ResnetV2101TransferLearningEarlyStopping * Add comments to ImageClassificationDefault sample * Added comments to LearningRateSchedulingCifarResnetTransferLearning sample * added '.', formatted output. * fixed sample after rebase * fix ealy stopping sample * fix GetAbsolutePath function for samples. * remove unnecessary try catch block from samples. * review comments. Increment stable API version and add new stable packages to the list. (dotnet#4453) * Increment stable API version and add new stable packages to the list. * Increment stable API version and add new stable packages to the list. also update template file format template file fix error in template fix condition in template file fix template format error fix template parameter error fix on template, seems corrupted when copy from github fix placeholder fix template error, encoding fix template fix in template file set system env take comments and make adjustment
fixes #4427