Reset the self.saved status
(self)
| 93 | log_file.write('================ Training Loss (%s) ================\n' % now) |
| 94 | |
| 95 | def reset(self): |
| 96 | """Reset the self.saved status""" |
| 97 | self.saved = False |
| 98 | |
| 99 | def create_visdom_connections(self): |
| 100 | """If the program could not connect to Visdom server, this function will start a new server at port < self.port > """ |