az-deep-batch-score
az-deep-batch-score copied to clipboard
Batch scoring deep learning models with AML
I saw quota check run, and tell me I had enough. But the next step failed because I have no ncsv3 cores. 
@jiata What do you think?
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...