Skip to content

Commit

Permalink
Update import in nn/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chiuhoward committed Dec 17, 2024
1 parent 6ea8283 commit 0aa5180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion afqinsight/nn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
import tensorflow as tf
import torch
import torch.nn as nn
from neurocombat_sklearn import CombatModel
from sklearn.impute import SimpleImputer
from sklearn.model_selection import train_test_split
from tensorflow.keras import layers

from afqinsight.neurocombat_sklearn import CombatModel


def extract_layer_info_pytorch(layer):
info = {}
Expand Down

0 comments on commit 0aa5180

Please sign in to comment.