mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-12-15 01:42:31 +08:00
Fix import order of normalizing_flow (#326)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# Copyright © 2023-2024 Apple Inc.
|
||||
|
||||
from typing import Tuple, Optional, Union
|
||||
from typing import Optional, Tuple, Union
|
||||
|
||||
import mlx.core as mx
|
||||
import mlx.nn as nn
|
||||
|
||||
from bijectors import MaskedCoupling, AffineBijector
|
||||
from bijectors import AffineBijector, MaskedCoupling
|
||||
from distributions import Normal
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user