Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sauter committed Feb 27, 2024
1 parent b55fc30 commit 080099e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"

import numpy as np
from numpy.testing import assert_array_almost_equal
import optax
from neural_tangents import stax
from numpy.testing import assert_array_almost_equal

from znnl.loss_functions import LPNormLoss
from znnl.models import NTModel
Expand Down

0 comments on commit 080099e

Please sign in to comment.