Commit f9e8ad18 authored by Boris Bonev's avatar Boris Bonev
Browse files

Fixing some more imports in SFNO examples

parent e731f2a5
...@@ -29,21 +29,11 @@ ...@@ -29,21 +29,11 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
from functools import partial
from collections import OrderedDict
from copy import Error, deepcopy
from re import S
from numpy.lib.arraypad import pad
import numpy as np
import torch import torch
import torch.nn as nn import torch.nn as nn
import torch.nn.functional as F
import torch.fft import torch.fft
from torch.nn.modules.container import Sequential from torch.utils.checkpoint import checkpoint
from torch.utils.checkpoint import checkpoint, checkpoint_sequential
from torch.cuda import amp from torch.cuda import amp
from typing import Optional
import math import math
from torch_harmonics import * from torch_harmonics import *
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
# #
import torch import torch
import os
from math import ceil from math import ceil
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment