added testing for metrics

This commit is contained in:
William Falcon
2019-07-24 20:33:31 -04:00
parent 23e7521300
commit 63a4af3ba7
4 changed files with 3 additions and 15 deletions
@@ -71,15 +71,6 @@ class LightningModule(GradInformation, ModelIO, ModelHooks):
"""
raise NotImplementedError
def update_tng_log_metrics(self, logs):
"""
Chance to update metrics to be logged for training step.
For example, add music, images, etc... to log
:param logs:
:return:
"""
return logs
def loss(self, *args, **kwargs):
"""
Expand model_out into your components