You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix invalid characters in filename in neural_style.py (line 119 in train function) (#1294)
Replaced colon (:) in the timestamp to ensure the file can be saved correctly on Windows. The change was made at line 119 of the train function in neural_style.py.
0 commit comments