Sarath Chandra
Sarath Chandra
# Error in dlnotebooks/mxnet/02 - Classify images with pre-trained models.ipynb ## The error occurred at 9th code snippet ### code def init(modelname, gpu=False): model = loadModel(modelname,gpu=False) categories = loadCategories() return...
Push images to multiple registries; images: fluentbit, fluent-operator ### What this PR does / why we need it: Current system is pushing images to only single registry: Docker Hub; We...
### What this PR does / why we need it: https://github.com/fluent/fluent-operator/issues/1178 https://github.com/fluent/fluent-operator/pull/1079 1. Current Github workflows are following the same release cycle. 2. We have three different images fluent-bit, fluent-operator...