-
Notifications
You must be signed in to change notification settings - Fork 61
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
Visualization of Predicted results #11
Comments
Hi, |
Hi
Thanks for replying so soon
Actually I used qlua to run the plot.lua script and it was working fine.
Should I run "main.lua" with qlua command or what ?
I did something like below
require 'image'
model = torch.load('path to the saved model')
itorch.image(model:get(1).output)
image.save('weights.png', image.toDisplayTensor(model.get(1).output))
…On Thu, Apr 13, 2017 at 3:28 PM, albanD ***@***.***> wrote:
Hi,
You can start torch using the qlua command (that is a classic lua
interpreter with support for qt display) and image.display()
<https://github.com/torch/image> to display images.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS_lWC1gtjIsYe-eLZNug77RteqjHkLXks5rvfGqgaJpZM4M8eOu>
.
--
Regards
Arvind Gautam
Product Development Engineer
Drive Visual Data Analytics
Mob - (+91)-9176492348
*Linkedin Profile <https://in.linkedin.com/in/arvind-gautam-16a44456>*
Chennai
India
|
If you are running the whole thing in itorch, then you can just use |
Hi I am very new to Torch
I am successfully able to reproduce the results with GTSRB dataset but I am not able to see the predicted results visually for cross verify the accuracy .How to visualize the results .
I did not find any link which can help me out .
The text was updated successfully, but these errors were encountered: