jialei777
1bba3d350a
Merge pull request #6 from Azure/jialeichen/new_bing_search_resource
...
Update the Bing Search Resource in Data Ingestion Step
2022-01-11 16:35:14 -08:00
Jialei Chen
27241746a8
minor typo change
2021-12-29 21:15:22 -08:00
Jialei Chen
ab4dcf14ae
change to bing search service
2021-12-29 21:09:09 -08:00
John Wu
f94e4327eb
Merge pull request #4 from Azure/name-change
...
Change recognition task to classification task
2020-02-26 15:53:43 -08:00
John Wu
530b3956d3
Change recognition task to classification task
2020-02-26 15:51:37 -08:00
Santhosh Pillai
466530e700
Merge pull request #2 from dkmiller/patch-1
...
Fix the hard-coded ACI service name
2020-02-19 16:33:00 -08:00
Santhosh Pillai
26c9f957b1
Merge pull request #3 from dkmiller/patch-2
...
Specify cognitive services endpoint using workspace region
2020-02-19 16:23:35 -08:00
Daniel Miller
b1283cfda7
Set cognitive services endpoint using region
2020-02-19 15:32:16 -08:00
Daniel Miller
bf3a90c3a0
Pass workspace location as environment variable
2020-02-19 15:30:38 -08:00
Daniel Miller
ace1a202b8
Fix the hard-coded ACI service name
...
The previous hard-coded ACI service name (object-recognition-service) is wrong, and attempting to run the test-endpoint.py script would fail with:
Traceback (most recent call last):
File "test-endpoint.py", line 28, in <module>
aci_service = Webservice(workspace, name=aci_service_name)
File "C:\tools\miniconda3\lib\site-packages\azureml\core\webservice\webservice.py", line 186, in __new__
'workspace'.format(name))
azureml.exceptions._azureml_exception.WebserviceException: WebserviceException:
Message: WebserviceNotFound: Webservice with name object-recognition-service not found in provided workspace
InnerException None
ErrorResponse
{
"error": {
"message": "WebserviceNotFound: Webservice with name object-recognition-service not found in provided workspace"
}
}
2020-02-19 14:43:17 -08:00
Santhosh Pillai
5fb7dfd34f
Updating script files
2020-02-05 10:12:15 -08:00
John Wu
827f6ecc30
Fixed merge conflict
2020-01-23 11:02:52 -08:00
John Wu
8f17b4438f
Added Security, License, and Code of Conduct
2020-01-23 11:01:30 -08:00
Microsoft Open Source
fe7fcbcab9
Initial LICENSE commit
2020-01-23 10:58:02 -08:00
Microsoft Open Source
183c475549
Initial SECURITY.md commit
2020-01-23 10:58:00 -08:00
Microsoft Open Source
fbdfed4e3a
Initial README.md commit
2020-01-23 10:57:59 -08:00
Microsoft Open Source
eb827aef5c
Initial CODE_OF_CONDUCT.md commit
2020-01-23 10:57:57 -08:00
John Wu
6aea4f5279
Changed reusable boolean
2019-12-10 14:30:05 -08:00
John Wu
d6e18ed9ea
Added comments and refactoring code in hashmaps
2019-12-09 13:54:20 -08:00
John Wu
c82362f1d8
Added compute target creation and all cirfa-10 classes
2019-12-09 13:18:32 -08:00
John Wu
e412b69217
Finished testing endpoint
2019-12-08 23:50:44 -08:00
John Wu
4dbdac5b5d
Finished test endpoint script
2019-12-07 17:21:16 -08:00
John Wu
720d4f488a
Updated readme
2019-12-04 21:05:12 -08:00
John Wu
dfad282175
Finished readme
2019-12-04 20:51:42 -08:00
John Wu
399ea26787
Fixing bug in deployment script
2019-12-04 04:52:00 +00:00
John Wu
b4e0303168
Finishing up deployment script
2019-12-04 02:19:25 +00:00
John Wu
7582e3e698
Comitting evaluate script
2019-12-02 15:22:37 +00:00
John Wu
e5891bae75
Comitting evaluate script
2019-12-02 01:14:36 +00:00
John Wu
8e19f93539
Finished training step
2019-12-01 18:27:50 +00:00
John Wu
71e731dfcf
Refactoring and cleanign up data references
2019-11-26 01:50:14 +00:00
John Wu
c77de014c8
Adding first two steps of pipeline
2019-11-25 23:03:46 +00:00
John Wu
4bb09745b0
Adding first two steps of pipeline
2019-11-25 22:59:58 +00:00
John Wu
f162b0d669
Initial commit
2019-11-22 17:44:16 +00:00