Codacy Small Bug Fixes:
- cleaned up imports - cleaned up some code - added docstrings
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
""" Integral class for continous convolution"""
|
||||
import torch
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ from ..utils import check_consistency
|
||||
|
||||
|
||||
class Network(torch.nn.Module):
|
||||
""" Network class with starndard forward method
|
||||
and possibility to pass extra features."""
|
||||
|
||||
def __init__(self, model, extra_features=None):
|
||||
super().__init__()
|
||||
|
||||
Reference in New Issue
Block a user