Davit Buniatyan
Davit Buniatyan
## 🚨🚨 Feature Request - [ ] A new implementation ### Is your feature request related to a problem? Instead of accessing elements in a dataset by index, sometimes users...
## Describe the task Create conda distribution for hub and automate the builds. ### Notes * Our team will create the account and provide necessary credentials. * "hub" name on...
## 🐛🐛 Bug Report ### ⚗️ Current Behavior A user followed the instructions here for installation https://docs.activeloop.ai/quickstart **Input Code** ```python >>> pip3 install Hub Create file: altest.py import hub dataset_path...
## 🚨🚨 Feature Request - [x] Related to an existing https://github.com/activeloopai/examples/pull/15 ### Is your feature request related to a problem? Add integration to [aistore](https://github.com/NVIDIA/aistore) as a storage provider. Boto3 can...
## 🐛🐛 Bug Report ### ⚗️ Current Behavior Cannot create an OBJECT array from memory buffer. Dataset has been created using numpy objects and a tensor dtype is **Input Code**...
Minor cosmetic changes - Activeloop environment cred authentication in notebooks with `getpass.getpass` (instead of CLI which not always works) - much faster tests with Deep Lake pytest mode on -...
Adding Deep Lake as a data store. For more information please see below. 1. Here is [whitepaper](https://www.deeplake.ai/whitepaper) and [academic paper](https://arxiv.org/pdf/2209.10785.pdf) for Deep Lake 2. Here is a set of additional...
Additions * set default num_workers for ingestion to 0 * upgraded notebooks for avoiding dataset creation ambiguity * added `force_delete_dataset_by_path` * bumped deeplake to 3.3.0 Notes * please double check...
AIStore natively does not support boto3, because of http redirect issues https://github.com/NVIDIA/aistore/blob/master/docs/s3compat.md#boto3-compatibility) - [ ] Need to add a storage connector inside hub to support AIStore storage without boto3 ```python...
Added distributed generation of a dataset using ray example. Depends on this PR (https://github.com/activeloopai/Hub/pull/1140).