az-deep-batch-score icon indicating copy to clipboard operation
az-deep-batch-score copied to clipboard

Batch scoring deep learning models with AML

Results 8 az-deep-batch-score issues
Sort by recently updated
recently updated
newest added

I saw quota check run, and tell me I had enough. But the next step failed because I have no ncsv3 cores. ![image](https://user-images.githubusercontent.com/9027725/69505299-3bba5680-0ef7-11ea-94a3-7554254e6bf4.png)

Is it a good idea to provide a Docker file or Docker image in ACR which has the right environment? Not sure how much this tutorial is dependent on the...

------------------------------------------------------------------ JSONDecodeError Traceback (most recent call last) in () 3 requested_cores = ffmpeg_node_count * vm_dict[vm_family]["cores"] 4 ----> 5 diff = check_quota(vm_family) 6 if diff 21 quota = json.loads(''.join(results.stdout.decode('utf-8'))) 22 return...