Replies: 1 comment
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I have many DFT calculations, different rotations - different geometry- Etc, some has H atom adsorbed in different place, some has H atom adsorbed in edge, to give example.
Now, To create training-val set, I need to form multisystems and use train-test-split, but I realized this combines all of my systems as frames, so lets say I have 10 single point calculation, then when I run my script
This creates a run.train with validation_Data and training_data inside as directories, and those have seperated frames, is this a good idea? when I incorporate MD, that would be like 20000 frames, different structures, would that be still viable? One vital question:
my validationdata and trainingdata directories only have box.npy and coord.npy, but when the actual structures, calculations in
C:\Users\USER\Desktop\GenelYurtdısı\Dresden-Ismail_abi\Calculations\bitmis\3R-MoS2-MetaD-10000\data, has force.npy, virial.npy etc.
Why?
Beta Was this translation helpful? Give feedback.
All reactions