-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
../../logger.py导入出现问题 #9
Comments
Hi @KristinSun . I have not encountered this issue. |
When we git clone the package, the |
@zhoufy20 I think others can reproduce the numbers in the paper, so there should be no issues generally. |
@yilunliao ,Thanks! It is ok now, maybe the I would likle to inquire about how to utilize Equiformer_v2 with my dataset, which includes numerous DFT calculations, such as CONTCAR and OUTCAR files. This dataset contains information on atom positions, adjacency matrices, average atom energies, and forces acting on each atom. Is there any entry points for dgl type dataset? Your response and assistance in this would be greatly appreciated. |
Hi @zhoufy20 Can you post this question to EquiformerV2 repo instead? |
Traceback (most recent call last):
File "main_oc20.py", line 29, in
import oc20.trainer
File "/home/a113/FY/Code/equiformer-master/oc20/trainer/init.py", line 17, in
from .energy_trainer_v2 import EnergyTrainerV2
File "/home/a113/FY/Code/equiformer-master/oc20/trainer/energy_trainer_v2.py", line 26, in
from .base_trainer_v2 import BaseTrainerV2, interpolate_init_relaxed_pos
File "/home/a113/FY/Code/equiformer-master/oc20/trainer/base_trainer_v2.py", line 55, in
from .logger import FileLogger
File "/home/a113/FY/Code/equiformer-master/oc20/trainer/logger.py", line 1
../../logger.py
^
SyntaxError: invalid syntax
在导入的时候为什么会出现这个错误
The text was updated successfully, but these errors were encountered: