We have prepared a model using CNTK. We are creating a service that will download this model and respond to requests for classification of offers. What is the best API to use regarding performance? We would rather build a C # service, as in https://github.com/Microsoft/CNTK/tree/master/Examples/Evaluation/CSEvalClient , but as an alternative, we plan to create a Python service that will load the model into python.
Do you have any recommendations regarding this or that approach? (regarding which API is faster, actively supported, or other parameters that you can think of). The next step would be to create an experiment that measures the performance of both API calls, but wondered if there was some preliminary knowledge here that could help us decide.
thank
Both APIs are well designed / maintained. For textual data, I would go with the C # API.
In C #, the main focus is quick and easy evaluation, and for text loading, the data is simple.
API Python / , . , - Python, #.
API # Eval CNTKLibrary ( -, , ). API API ++ Python .
API , , , .
turorial , Eval API ASP.Net. - EvalDLL, # API. # API.
Source: https://habr.com/ru/post/1666567/More articles:Run command as -privileged in Dockerfile - dockerChrome: Blur - Alert - Focus sequence causes an endless warning loop - javascriptHow can I write an Angular ngFor channel to filter an array of objects by an object property? - javascriptWhy does using a TSQL variable in a WHERE clause give different results than using a constant of the same value? - sqlR summary () gives incorrect values for too many NS - rCSS: no pseudo-class does not work - htmlDefining EntryPoint with Composition in F # - f #Есть ли способ вычислить индексы, генерируемые вложенными для циклов? - javaКак разрешить модуль jest-hashe-map в режиме реагирования? - react-nativehttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1666572/how-to-go-for-refresh-token-automatically-when-access-token-expired-and-get-401-using-httpurlconnection-in-android&usg=ALkJrhiZsWQrH8Y_f0otbE5O3qmgSU7qhAAll Articles