Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn1997 committed Aug 21, 2024
1 parent d46914e commit edd9363
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/features/residual.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
"""
Conditional re-implementation of basic flow transformations from nflows package (https://github.com/bayesiains/nflows)
"""
import torch
import torch.nn.init as init
from typing import Optional, Tuple, List
from torch import Tensor
from torch.distributions import constraints
import logging
import pyro.distributions.transforms as T
from pyro.distributions.torch_transform import TransformModule

from normflows.flows.residual import iResBlock
Expand Down

0 comments on commit edd9363

Please sign in to comment.