KZlidev
KZlidev
Hi, you should be able to use any registry as Batch AI provide API to take registry url, image name and login credentials. In java you should be able to...
@ChristianSauer Please find ContainerSetting in .Net https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.management.batchai.models.containersettings?view=azure-dotnet I don't have a fluent example on my hand, but for non-fluent C# library, you can do the following to specify private registry...
Hi @damienpontifex, maybe you have already known that, Batch AI is now automatically generating TF_CONFIG env var when running tensorflow job. Would you please try it out and please let...
@damienpontifex @yangsiyu007 The TF_CONFIG environment variable offered by Batch AI is based on [TensorFlow Trainer Development Considerations](https://cloud.google.com/ml-engine/docs/tensorflow/trainer-considerations), where the cluster only contains ps/worker, and task type will be master, worker,...
@yangsiyu007 @awan-10 This work is still in progress. We will keep you updated in this post.