-
Notifications
You must be signed in to change notification settings - Fork 41
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
How can i get the images written by writer.add_image() #9
Comments
@Hermetist With writer.add_image(), you can run the command tensorboard --logdir=./snapshots, and visit the http://(your ip):6006/ to access the images. If you want to restore them, please refer to the test.py. |
Thank you Liutinglt,,,,But, i have a problem,,,i run the tensorboard --logdir=./snapshots on terminal of my GPU,,,now when i open google chrome on my local mac ,,,the page does not open, why? |
and you have mention http://(your ip):6006/,,,you ip here is this the ip of my GPU,,,,which can be accessible directly by opening browser on my local mac.? |
@eng100200 Just replace '(your ip)' with 'localhost' |
@RanTaimu do you mean by replace with local host,,,means write their the ip of my local host? |
http://localhost:6006 |
@RanTaimu you mean the type in words localhost:6006,,,,just simply this,, no need for ip address or something? |
@eng100200 yes, just copy it. |
@RanTaimu thank you,,,,, |
I got this : http://bjlt-hg162.sy:6006 ,,,but,,,,no display when i run thin on my mac |
note; i have run tensorboard --logdir=./,,,,,, on my GPU |
@eng100200 Do you run any proxy software(like shadowsocks or openconnect) in your computer? That may disturb you. |
i think may be |
because i need to open google!! |
Haha. If the problem is resolved, please close this issue :) |
@RanTaimu if i disable my internet then open http://bjlt-hg162.sy:6006 ,, would it be okay? |
@eng100200 It should be. this address is the local loop in your computer, which is unrelated to the internet. |
still no display,,,you can close this,,i would try later. Could you give me your email for future correspondence....thank u |
@RanTaimu thank u |
@RanTaimu did you receive my email? |
@eng100200 I'm afraid that I missed your email. If you have any question about CE2P or M-CE2P, just feel free to open an new issue :) |
I am new to pytorch. you have used writer.add_image() to write the images to tensorboard. Now, how can i access these images, restore them and save them in a specified folder for further process?
The text was updated successfully, but these errors were encountered: