Skip to content

Conversation

@abgoswam
Copy link
Member

Fixes #779

(1) address the additional comments on the original TensorFlowTransform PR

(2) added an additional unit test to verify invalid shapes are being handled correctly

shauheen and others added 6 commits August 31, 2018 16:09
Converted the following transforms to Estimators:

- ImageLoader
- ImageResizer
- ImagePixelExtractor
- ImageGrayscale

Fixes #707
* simplify and cleanup the code, remove dead code

* use `Target` to specify that given setup method should be executed for selected benchmarks, not all

* consume the result of Predict to make sure it does not get dead-code eliminated

* reference input files from .csproj and copy them to output dir, don't rely on hardcoded folder hierarchy

* every ML.NET benchmark allocates a lot of memory and should be executed in a dedicated process

* make it possible for every type to report different metrics

* enforce current culture as "en-us" because the input data files use dot as decimal separator (and it fails for cultures with ",")

* for our time consuming benchmarks 1 warmup iteration is enough

* workaround for the auto-generated code to avoid name coflict for Microsoft.ML.Runtime.IHost and BenchmarkDotNet.Engines.IHost..

* add comment about why we need a custom toolchain

* update BDN version to allow benchmarking with CoreRun

* code review fix: spacing
* Attribution of images in test/data/images

* Attribution of images in test/data/images

* Just to trigger the build
…ve (#788)

* Stored all native benchmarks in a new class and cleaned up function names

* Style change: turn braces into one-liners

* Changed ShortRun to Default: run the perf tests longer to give more accurate results

* Added back necessary usings
@abgoswam
Copy link
Member Author

abgoswam commented Aug 31, 2018

Looks like the commit history has pulled in unrelated commits.

Created a new PR #790 for this

@abgoswam abgoswam closed this Aug 31, 2018
@abgoswam abgoswam deleted the abgoswam/tensorflow_followupfixes_1 branch August 31, 2018 16:22
@ghost ghost locked as resolved and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants