Husen Zhang

Results 4 comments of Husen Zhang

> I was just proposing a workaround. Could you try to comment the following line: > > https://github.com/tensorflow/datasets/blob/30024eefca3aa0783e2374af32766717267335d0/tensorflow_datasets/core/dataset_builder.py#L404 > > We're using `shutil.disk_usage` to estimate the available space. This might...

"ValueError: imagenet-2012-tfrecord/train* does not match any files." Folder structure: ```bash /home/ubuntu/tensorflow_datasets/downloads/ ├── manual │ ├── ILSVRC2012_img_train.tar │ └── ILSVRC2012_img_val.tar ```

Thanks @saberkun! With tfds_ set, now the train.py started! However I ran into " OSError: Not enough disk space. Needed: 155.84 GiB (download: Unknown size, generated: 155.84 GiB." The tfds...

My temporary fix is to add a "dummy variable" in sample_data: sample_data(phyloseq_object)[ , 2] sessionInfo() > R version 3.3.1 (2016-06-21) > Platform: x86_64-apple-darwin13.4.0 (64-bit) > Running under: OS X 10.10.5...