Skip to content

Commit

Permalink
Update cgcnn_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyxl authored Apr 10, 2024
1 parent 250ba2b commit cbb42fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mofa/scoring/cgcnn_inference.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os
import ase
from pymatgen.io.ase import AseAtomsAdaptor
import torch.nn as nn
import torch.distributed as dist
Expand All @@ -9,7 +7,9 @@
from torch.nn.parallel import DistributedDataParallel
from typing import Union
from pathlib import Path
from models import cgcnn, CrystalGraphConvNet
from mofa.models.cgcnn import CrystalGraphConvNet
import os
import ase
import abc
import json
import torch
Expand Down

0 comments on commit cbb42fa

Please sign in to comment.