c3dm/c3dpo.py [712:717]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if not hasattr(self,'_loss_weights_printed') or \
                not self._loss_weights_printed:
            print('-------\nloss_weights:')
            for k,w in self.loss_weights.items():
                print('%20s: %1.2e' % (k,w) )
            print('-------')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



c3dm/model.py [1072:1077]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		if not hasattr(self,'_loss_weights_printed') or \
				not self._loss_weights_printed:
			print('-------\nloss_weights:')
			for k,w in self.loss_weights.items():
				print('%20s: %1.2e' % (k,w) )
			print('-------')
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



