Reset the self.saved status
(self)
| 80 | log_file.write('================ Training Loss (%s) ================\n' % now) |
| 81 | |
| 82 | def reset(self): |
| 83 | """Reset the self.saved status""" |
| 84 | self.saved = False |
| 85 | |
| 86 | def create_visdom_connections(self): |
| 87 | """If the program could not connect to Visdom server, this function will start a new server at port < self.port > """ |