Commit 993a98a
authored
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.1 parent 892eca0 commit 993a98a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments