Aswin Vijayakumar
Results
2
issues of
Aswin Vijayakumar
I have a good notebook exercise to demonstrate custom layers as well as eliminating C extensions even for CPU device. Shall that be added here as a new notebook, please?...
**Observation** - I may be able to do this ```python import deeplake if __name__ == "__main__": ds = deeplake.load("./ActiveLoop-Dataset", token="") src = './ActiveLoop-Dataset/' dest = 's3://virtual-demand-inspection/consruction-site-dataset/' ds = deeplake.ingest(src, dest)...
bug