BatchAI icon indicating copy to clipboard operation
BatchAI copied to clipboard

Repo for publishing code Samples and CLI samples for BatchAI service

Results 8 BatchAI issues
Sort by recently updated
recently updated
newest added

The TensorFlow `ClusterConfig` can parse worker and parameter server settings from a `TF_CONFIG` environment variable (see https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/learn/python/learn/estimators/run_config.py#L64-L156) I was trying to pass it via an environment variable in the job...

enhancement

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Hello everyone, It seems that the Azure Storage Account hosting the [MNIST dataset](https://batchaisamples.blob.core.windows.net/samples/mnist_dataset.zip?st=2017-09-29T18%3A29%3A00Z&se=2099-12-31T08%3A00%3A00Z&sp=rl&sv=2016-05-31&sr=c&sig=PmhL%2BYnYAyNTZr1DM2JySvrI12e%2F4wZNIwCtf7TRI%2BM%3D) for the [hyperband](https://github.com/Azure/BatchAI/tree/master/recipes/Hyperparameters/HyperBand) based hyperparameter tuning example is not available anymore : ie that creates an issue...

Hi, When I used the hyperparameter tuning recipe, I found it useful to create a conda virtual environment in which to run the shell scripts and notebook. I used it...

Hello, I need to use a custom container image from a Registry with UserName / Password. Can I use that Image somehow? I did see .WithContainerImage(""), but that has no...

question

Azure Container Instances allow you to spin up a container workload and just define memory and CPU requirements. It would be great if this was possible with BatchAI to remove...

enhancement

The ssh_public_key is restricted to RSA and DSA key types. You should consider supporting ed25519, as it is more secure and you know it works on your supported images.

enhancement