aharley / pips

Particle Video Revisited
MIT License
559 stars 49 forks source link

In Windows system, the Tensorboad SummaryWriter() would throw an OSError ([WinError 123]) #5

Closed rishi-a closed 1 year ago

rishi-a commented 1 year ago

Update The error is resolved by renaming the model. In particular, the model name should not have the datetime.datetime.now() string else the SummaryWriter() throws an error.

TLDR: Resolution: Rename line 106 to model_date = "Today" or any other string except the datetime.datetime.now().strftime('%H:%M:%S')

aharley commented 1 year ago

Thanks! That makes sense. I think Windows does not like special characters in folder/file names.