()
| 299 | } |
| 300 | |
| 301 | private ensureTrainWriterCreated() { |
| 302 | this.trainWriter = summaryFileWriter(path.join(this.logdir, 'train')); |
| 303 | } |
| 304 | |
| 305 | private ensureValWriterCreated() { |
| 306 | this.valWriter = summaryFileWriter(path.join(this.logdir, 'val')); |
no test coverage detected