yogadl icon indicating copy to clipboard operation
yogadl copied to clipboard

yogadl, the flexible data layer

Results 1 yogadl issues
Sort by recently updated
recently updated
newest added

In one of my Jupyter notebook ``` from yogadl import dataref, storage fs_config = yogadl.storage.GCSConfigurations( bucket="mybucket", bucket_directory_path="yogadl_cache", url=f"ws://localhost:10050", local_cache_dir="/tmp/", ) storage = yogadl.storage.GCSStorage(fs_config) storage.submit(val_ds, "dl_a2_val", "1.0") ``` In another jupyter...