Unverified Commit f6b193bd authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

test energy force example (#34)

parent 45f25ec3
......@@ -25,3 +25,4 @@ steps:
commands:
- python examples/nnp_training.py ./dataset/ani_gdb_s01.h5
- python examples/training-benchmark.py ./dataset/ani_gdb_s01.h5
- python examples/energy_force.py
......@@ -11,7 +11,7 @@ if sys.version_info.major >= 3:
path = os.path.dirname(os.path.realpath(__file__))
path = os.path.join(path, '../dataset/ani_gdb_s01.h5')
chunksize = 16
chunksize = 8
threshold = 1e-5
dtype = torch.float32
device = torch.device('cpu')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment