computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

[FEATURE_REQUEST] Updates to image classification hyperdrive notebook

Open jiata opened this issue 6 years ago • 1 comments

Description

Update image classification hyperdrive notebook:

  • [ ] Change to only upload the relevant data, and replace hard-coded foldername in training code.
  • [ ] Change output dir from "outputs" to: output_folder = os.path.join(current_directory, 'hyperdrive_outputs')
  • [ ] Rename DATA to DATA_PATH
  • [ ] hyperdrive_run.cancel() not hyperdrive_run_config.cancel()

jiata avatar Sep 26 '19 19:09 jiata

Note: I had updated these points for the object detection hyperdrive notebook, but did not make the changes in the image classification one.

PatrickBue avatar Feb 19 '20 19:02 PatrickBue