Pablo
Pablo
Fixes #228 and fixes #166
Hi @hoangnm What future plans and/or expectations do you have for this library? I think is a great library! and I would like to continue contributing to it. If you...
Great repo! Could you add support for `VirtualizedList`?
Great library! Where is the source code located? I only see the `examples/` and `imgs/` folders in the repo. Am I missing something?
I have started using this library and I've read your paper [Robust Deep AUC Maximization: A New Surrogate Loss and Empirical Studies on Medical Image Classification](https://arxiv.org/abs/2012.03173), and I'm still not...
When calling `ivy.used_mem_on_dev("cpu", process_specific=True)`, the output value is in bytes, though is expected to be in GB (per ivy docs). See [psutil docs](https://psutil.readthedocs.io/en/latest/index.html?highlight=memory_info#psutil.Process.memory_info): `psutil.Process(...).memory_info().rss` is returned in bytes. With this...
- [ ] Add png and/or gifs to common-usages.md file - [ ] "Fixed timetable" description needs an update - [ ] Add use case demos - [ ] feature:...