zjysteven/DVERGE

Hi,Can you help me look this mistake?

Closed this issue · 4 comments

writer = SummaryWriter(save_root.replace('checkpoints', 'runs'))

writer should be a SummaryWriter object, whereas in your case it somehow becomes a string.

o
image
I have corrected it ,but i come across this mistake.

@Suelence-hu This should be helpful.

Also, to avoid any other running time errors, I would suggest installing a new conda environment as instructed in the Readme.

@Suelence-hu I'm closing the issue now, but feel free to ask any other questions.