Jean-Marc Montanier
Jean-Marc Montanier
# Issue As of now, options such as `stream`, or `timeout` are not passed to the call to the docker API. # Cause These options are circulated through the headers...
With the provided coded, the example on cifar10 was failing. It seems that the cifar10 dataset does not have "train_labels" and "train/test_data" but respectively "targets" and "data". This fix proposes...
We are trying to run a `tuner` component in our vertex pipeline. With the default executor (https://github.com/tensorflow/tfx/blob/v1.5.0/tfx/extensions/google_cloud_ai_platform/tuner/executor.py) we get the following error: ``` File “/home/pipelines/custom_components/custom_aip_tuner/executor.py”, line 264, in __init__ cluster_spec[‘cluster’][‘master’][0].split(‘:’))...
For certain parameters of config files the computation of the number of experiments seems wrong. For example in the config file of the attached zip file, when asking a variation...