-
Notifications
You must be signed in to change notification settings - Fork 4.3k
CNTK Library Evaluation Overview
Allison Brucker (Resources Online) edited this page May 30, 2017
·
10 revisions
This page has migrated to our new site. Please update any bookmarks.
The CNTK Library API allows to evaluate both CNTK model-v1 and model-V2 format. The CNTK Library can be consumed on Windows and Linux by C++, Python, C#, Java, and other .NET languages.
New features of the CNTK Library for Evaluation include
- Support both CPU and GPU device.
- Support multiple evaluation requests in parallel.
- Optimize memory usage by parameter sharing of the same model between multiple threads. This will significantly reduce memory usage when running evaluation in a service environment.
The following pages provide detailed information about model evaluation using CNTK Library.