TristHas / road

1 stars 1 forks source link

Hello, can you help me about some question to result. #1

Open a957815154 opened 3 years ago

a957815154 commented 3 years ago

first,when i run eval on juypter, I can not get the label of picture,even title. 下载 second,can you tell me how to open the log file, it always show error encode.

TristHas commented 3 years ago

Hi,

・ About your first comment: You can not see the labels because the plot uses a dark background (all the text is white) and your notebook uses a white background. To see the text, you can either set the jupyter theme to dark background or you can just remove the line plt.style.use("dark_background") from the notebook code (it will set the plot background to white).

・ About your second comment: I do not know what you mean by the log file.

a957815154 commented 3 years ago

Hi,

・ About your first comment: You can not see the labels because the plot uses a dark background (all the text is white) and your notebook uses a white background. To see the text, you can either set the jupyter theme to dark background or you can just remove the line plt.style.use("dark_background") from the notebook code (it will set the plot background to white).

・ About your second comment: I do not know what you mean by the log file.

image image I have uploaded my log file,but i do not know how to open it

TristHas commented 3 years ago

These are tensorboard records (https://www.tensorflow.org/tensorboard) You can open them using the command tensorboard --log-dir=DIRECTORY Where DIRECTORY represents the parent folder of the logs.

a957815154 commented 3 years ago

Thanks a lot