JS
JS
### Description Currently, the evaluate function in `references/engine.py` under detection requires GPU in order for it to work. Ideally we can also make it so that CPU also works...
Currently we use `TrainMetricRecorder`, `model_to_learner` in both classification and similarity. We may have a bunch more common fastai utils across classification and similarity. They aren't actually specific to classification, but...
### Description the corresponding annotations for odFridgeObjectsTiny & odFridgeObjectsTinyWatermark as referenced in `utils_cv.detection.data.urls` is in correct This only affects testing
### Description Update image classification hyperdrive notebook: - [ ] Change to only upload the relevant data, and replace hard-coded foldername in training code. - [ ] Change output dir...
### Description Dataset name | Time env installation | Time tests | #tests | | Time integration test for IC test_03_notebook_run | Time unit test for IC test_03_notebook_run | |...
### Description Add evaluation how many images are correct: 
noticing that a lot of the code here is repeated in classification and similarity. Should we consolidate this code so we it is not repeated 3 times and write this...
https://github.com/amplab/SparkNet#installing-sparknet-on-an-existing-spark-cluster Instructions above
its confusing/annoying when you have to add your storage account keys to the secrets.yaml but are not able to use that storage account for spark jobs. If we automatically propagate...