Last active
September 8, 2019 13:35
-
-
Save jlebar/9d4268c04465e5ca8bbf0fbd372c6370 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Logging before flag parsing goes to stderr. | |
W0908 06:35:24.408364 139822175184704 lazy_loader.py:50] | |
The TensorFlow contrib module will not be included in TensorFlow 2.0. | |
For more information, please see: | |
* https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md | |
* https://github.com/tensorflow/addons | |
* https://github.com/tensorflow/io (for I/O related ops) | |
If you depend on functionality not listed there, please file an issue. | |
W0908 06:35:25.849802 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/utils/expert_utils.py:68: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead. | |
W0908 06:35:27.274490 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/jaxboard.py:38: The name tf.HistogramProto is deprecated. Please use tf.compat.v1.HistogramProto instead. | |
W0908 06:35:27.274671 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/jaxboard.py:39: The name tf.Summary is deprecated. Please use tf.compat.v1.Summary instead. | |
W0908 06:35:27.274770 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/jaxboard.py:40: The name tf.SummaryMetadata is deprecated. Please use tf.compat.v1.SummaryMetadata instead. | |
W0908 06:35:27.285393 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/trainer.py:99: The name tf.enable_eager_execution is deprecated. Please use tf.compat.v1.enable_eager_execution instead. | |
I0908 06:35:27.348201 139822175184704 trax.py:139] Using --output_dir /usr/local/google/tmp/trax | |
Using --output_dir /usr/local/google/tmp/trax | |
W0908 06:35:28.022802 139822175184704 deprecation_wrapper.py:119] From /usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/data_generators/problem.py:644: The name tf.logging.info is deprecated. Please use tf.compat.v1.logging.info instead. | |
I0908 06:35:28.023431 139822175184704 problem.py:644] Reading data files from /usr/local/google/tmp/trax/image_imagenet-train* | |
Traceback (most recent call last): | |
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main | |
"__main__", mod_spec) | |
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code | |
exec(code, run_globals) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/trainer.py", line 133, in <module> | |
app.run(main) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/absl/app.py", line 300, in run | |
_run_main(main, args) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/absl/app.py", line 251, in _run_main | |
sys.exit(main(argv)) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/trainer.py", line 129, in main | |
trax.train(output_dir=output_dir) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1073, in gin_wrapper | |
utils.augment_exception_message_and_reraise(e, err_str) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/utils.py", line 49, in augment_exception_message_and_reraise | |
six.raise_from(proxy.with_traceback(exception.__traceback__), None) | |
File "<string>", line 3, in raise_from | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1050, in gin_wrapper | |
return fn(*new_args, **new_kwargs) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/trax.py", line 878, in train | |
save_steps=save_steps, has_weights=has_weights) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1073, in gin_wrapper | |
utils.augment_exception_message_and_reraise(e, err_str) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/utils.py", line 49, in augment_exception_message_and_reraise | |
six.raise_from(proxy.with_traceback(exception.__traceback__), None) | |
File "<string>", line 3, in raise_from | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1050, in gin_wrapper | |
return fn(*new_args, **new_kwargs) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/trax.py", line 540, in __init__ | |
inputs = inputs(n_devices) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1073, in gin_wrapper | |
utils.augment_exception_message_and_reraise(e, err_str) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/utils.py", line 49, in augment_exception_message_and_reraise | |
six.raise_from(proxy.with_traceback(exception.__traceback__), None) | |
File "<string>", line 3, in raise_from | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1050, in gin_wrapper | |
return fn(*new_args, **new_kwargs) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/inputs.py", line 85, in inputs | |
dataset_name, data_dir, input_name, n_devices) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/inputs.py", line 523, in _train_and_eval_batches | |
dataset, data_dir) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1073, in gin_wrapper | |
utils.augment_exception_message_and_reraise(e, err_str) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/utils.py", line 49, in augment_exception_message_and_reraise | |
six.raise_from(proxy.with_traceback(exception.__traceback__), None) | |
File "<string>", line 3, in raise_from | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/gin/config.py", line 1050, in gin_wrapper | |
return fn(*new_args, **new_kwargs) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/inputs.py", line 213, in train_and_eval_dataset | |
return _train_and_eval_dataset_v1(dataset_name[4:], data_dir) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/trax/inputs.py", line 276, in _train_and_eval_dataset_v1 | |
train_dataset = problem.dataset(tf.estimator.ModeKeys.TRAIN, data_dir) | |
File "/usr/local/google/home/jlebar/code/tensor2tensor/tensor2tensor/data_generators/problem.py", line 646, in dataset | |
data_filepattern)) | |
File "/usr/local/google/home/jlebar/.local/lib/python3.6/site-packages/tensorflow/contrib/slim/python/slim/data/parallel_reader.py", line 316, in get_data_files | |
raise ValueError('No data files found in %s' % (data_sources,)) | |
ValueError: No data files found in /usr/local/google/tmp/trax/image_imagenet-train* | |
In call to configurable 'train_and_eval_dataset' (<function train_and_eval_dataset at 0x7f2aa5b8fd08>) | |
In call to configurable 'inputs' (<function inputs at 0x7f2aa5b8f620>) | |
In call to configurable 'Trainer' (<class 'tensor2tensor.trax.trax.Trainer'>) | |
In call to configurable 'train' (<function train at 0x7f2aa5b0f950>) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment