Skip to content

Commit

Permalink
neural-repack done
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanLumerico committed Aug 24, 2024
1 parent bfd5f42 commit 90bbb1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions luma/neural/block/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from dataclasses import dataclass
from typing import Literal, Tuple, override
import numpy as np
from typing import Literal, Tuple

from luma.core.super import Optimizer
from luma.interface.typing import TensorLike, ClassType
from luma.interface.typing import ClassType
from luma.interface.util import InitUtil

from luma.neural.layer import *
Expand Down

0 comments on commit 90bbb1c

Please sign in to comment.