We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98e7b4 commit 0450f29Copy full SHA for 0450f29
joey/base.py
@@ -207,7 +207,7 @@ def equations(self) -> (list, list):
207
@abstractmethod
208
def backprop_equations(self, prev_layer, next_layer) -> (list, list):
209
"""
210
- Returns a two-tuple of lists. The first lists consists of Devito
+ Returns a two-tuple of lists. The first list consists of Devito
211
equations describing how a backward pass through the layer should work.
212
The second list consists of (key, value) pairs describing what keyword
213
arguments should be passed to Operator.apply() when running
0 commit comments