eecn / Hyperspectral-Classification

Hyperspectral-Classification Pytorch
Other
507 stars 155 forks source link

results did not show in visdom #2

Closed sarahrajabazdeh closed 5 years ago

sarahrajabazdeh commented 5 years ago

hi, i run the code via virtualenv, i can see results such as confusion matrix in my console but failed to visualize in visdom. how can i fix that ?

eecn commented 5 years ago

You can refer to the Usage section of the README file. 1.You should start a Visdom server with " python -m visdom.server " command,and it will return a URL address on the console. 2.Access the URL address on the browser. After you run the different experiments,and you can see the visualizations on the browser.

sarahrajabazdeh commented 5 years ago

Thank you i change my browser . eveything is ok now! :).