Christopher Choquette Choo
Christopher Choquette Choo
Hi, The computer vision datasets are available at: https://www.tensorflow.org/api_docs/python/tf/keras/datasets Adult is available at: http://archive.ics.uci.edu/ml/datasets/Adult Purchase, Texas, and Locations are available at: https://github.com/privacytrustlab/datasets These provide the exact data that we used....
I believe you are calling make_conv with the wrong dataset. Try using one of 'cifar10', 'cifar100' or 'mnist'. Alternatively, if you want to use one of the tabular datasets, you...
Not possible using the current patchy api. This will replace the source pipeline._fit which is not what we want. We want our own version of the Pipeline (DynamicPipeline) that acts...
Uses the combination section.
@adithyabsk will show a POC and see if we can do conditional tuning so that 2. and 3. can be combined. TunerWrapper will be an interface between a Tuner Class...