-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
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
Feature/support some tool demo #50
Feature/support some tool demo #50
Conversation
Superjomn
commented
Jan 2, 2018
•
edited
Loading
edited
- scalar sample 100 pointers
- image will be resized to 80 size
- bug fix
avoid copy LogWriter
add_mode
…re/support_pytorch_demo
…VisualDL-1 into feature/support_pytorch_demo
what is tool demo? |
server/visualdl/visual_dl.py
Outdated
@@ -51,7 +50,7 @@ def option_parser(): | |||
static_file_path = "./frontend/dist/" | |||
mock_data_path = "./mock_data/" | |||
|
|||
storage = storage.StorageReader(options.logdir) | |||
storage = storage.LogReader(options.logdir) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log_reader is better then storage
visualdl/utils/image.h
Outdated
@@ -68,7 +68,7 @@ static void NormalizeImage(Uint8Image* image, | |||
offset = 0.0f; | |||
} | |||
|
|||
LOG(INFO) << "scale " << scale; | |||
// LOG(INFO) << "scale " << scale; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rm unused line
…re/support_pytorch_demo
…VisualDL-1 into feature/support_pytorch_demo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!