We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7a4a0 commit 9c77523Copy full SHA for 9c77523
pina/model/block/pod_block.py
@@ -1,6 +1,7 @@
1
"""Module for Base Continuous Convolution class."""
2
3
import torch
4
+import warnings
5
6
7
class PODBlock(torch.nn.Module):
0 commit comments