We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The file format of DATA_FILES.mp_energies is now CSV:
DATA_FILES.mp_energies
matbench-discovery/models/cgcnn/train_cgcnn.py
Line 65 in 4a90dee
Also, the structure column was removed, which is required for training.
structure
The text was updated successfully, but these errors were encountered:
Great catch! I found 3 more places with similar problems. Hopefully didn't miss any.
Might have been smarter to store everything as JSON (at the cost of ~50% larger files).
Sorry, something went wrong.
ee5b161
Thanks for the quick fix. Now there is two times an assignment to the variable data_files. This line should be deleted:
data_files
Line 64 in ee5b161
fix path issues and using JSON pandas reader for CSV files in train_(…
c03d741
…cgcnn|wrenformer).py (closes #43)
Thanks!
No branches or pull requests
The file format of
DATA_FILES.mp_energies
is now CSV:matbench-discovery/models/cgcnn/train_cgcnn.py
Line 65 in 4a90dee
Also, the
structure
column was removed, which is required for training.The text was updated successfully, but these errors were encountered: