Skip to content

Commit

Permalink
Update train_classifier_cnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 authored Jan 23, 2025
1 parent 4af1f94 commit aec38fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions atomvision/scripts/train_classifier_cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
import cv2
from skimage.measure import regionprops
from skimage import draw
from alignn.models.alignn import (
ALIGNNConfig,
MLPLayer,
ALIGNNConv,
EdgeGatedGraphConv,
)
from alignn.models.utils import RBFExpansion
from sklearn.metrics import confusion_matrix
try:
import dgl
from dgl.nn import AvgPooling
from alignn.models.alignn import (
ALIGNNConfig,
MLPLayer,
ALIGNNConv,
EdgeGatedGraphConv,
)
from alignn.models.utils import RBFExpansion
except Exception:
pass
# import dgl
Expand Down

0 comments on commit aec38fe

Please sign in to comment.