standardize module docstring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Module for the Loss Interface"""
|
||||
"""Module for the Loss Interface."""
|
||||
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from torch.nn.modules.loss import _Loss
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for LpLoss class"""
|
||||
"""Module for the LpLoss class."""
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for PowerLoss class"""
|
||||
"""Module for the PowerLoss class."""
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Module for the Weighting Interface"""
|
||||
"""Module for the Weighting Interface."""
|
||||
|
||||
from abc import ABCMeta, abstractmethod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user