A :class:`TowerFunc` instance. See `tutorial on tower function `_ for more information.
(self)
| 44 | |
| 45 | @property |
| 46 | def tower_func(self): |
| 47 | """ |
| 48 | A :class:`TowerFunc` instance. |
| 49 | See `tutorial on tower function |
| 50 | <http://tensorpack.readthedocs.io/tutorial/trainer.html#tower-trainer>`_ |
| 51 | for more information. |
| 52 | """ |
| 53 | return self._tower_func |
| 54 | |
| 55 | @tower_func.setter |
| 56 | def tower_func(self, val): |
no test coverage detected