We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer the following questions for yourself before submitting an issue.
Forwarded from tensorflow/models: tensorflow/models#11270
https://www.tensorflow.org/tfmodels/vision/object_detection#load_logs_in_tensorboard
I am following this documentation, https://www.tensorflow.org/tfmodels/vision/object_detection#load_logs_in_tensorboard When I open tensorboard, and select images, I get "No image data was found."
I also tried to add EXPERIMENT_CONFIG.task.allow_image_summary = True, but I got an error, even with the dataset and code given by the documentation.
EXPERIMENT_CONFIG.task.allow_image_summary = True
The error:
ValueError: Expected scalar shape, saw shape: (1, 640, 640, 3).
The code:
model, eval_logs = tfm.core.train_lib.run_experiment( distribution_strategy=distribution_strategy, task=task, mode='train_and_eval', params=EXPERIMENT_CONFIG, model_dir=paths['MODEL_CHECKPOINT_PATH'], run_post_eval=True, )
Now, try to train again with
I would like to see the evaluated images per epochs saved on tensorboard.
Let me know if you need anything extra
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Forwarded from tensorflow/models: tensorflow/models#11270
1. The entire URL of the file you are using
https://www.tensorflow.org/tfmodels/vision/object_detection#load_logs_in_tensorboard
2. Describe the bug
I am following this documentation, https://www.tensorflow.org/tfmodels/vision/object_detection#load_logs_in_tensorboard
When I open tensorboard, and select images, I get "No image data was found."
I also tried to add
EXPERIMENT_CONFIG.task.allow_image_summary = True
, but I got an error, even with the dataset and code given by the documentation.The error:
The code:
3. Steps to reproduce
Now, try to train again with
EXPERIMENT_CONFIG.task.allow_image_summary = True
4. Expected behavior
I would like to see the evaluated images per epochs saved on tensorboard.
5. Additional context
Let me know if you need anything extra
6. System information
The text was updated successfully, but these errors were encountered: