Kieran Ricardo
Kieran Ricardo
@Kirill888 thanks for the speedy reply! Ah yep I'm using lists in both my product and dataset yamls 🤦 I was following the first example here: https://datacube-core.readthedocs.io/en/latest/ops/indexing.html Here's my product...
@Kirill888 is there a nice way to delete product definitions? so far I've resorted to just manually deleting rows form postgres
Thanks, the "unsafe changes" is what I was looking for! Although it would be nice to be able to safely update a product/dataset inplace if it isn't being referenced. Would...
thanks for your help @Kirill888. I'll make an issue (if there isn't one already) and PR for some delete tooling in https://github.com/opendatacube/odc-tools/tree/master/libs/index/odc/index. One other question, I'm having trouble with specify...
> better auto skip verification step when source dataset is EO3 in code this would be nice! I'll make an issue for this
filed https://github.com/opendatacube/datacube-core/issues/956
nice speedup! Unfortunately I think part of this speedup is due to not having to pay the cost of converting the node ids to ilocs in `node_type` - #1267 gets...
On the topic of edge caching, for unweighted graphs I think we can get a ~20x speedup (on top of this 29x speedup) if we store the `node_ids`/`node_ilocs` instead of...
@kjun9 can you run the allocation benchmarks for this PR?
Hi @guomk! Can you share the results of calling `nvidia-smi`? The GPU utilization basically depends on how much matrix multiplication is going on under the hood. This is dependant on:...