You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at the matminer documentation which asserts that it's cgcnn featurizer requires cgcnn with python bindings. How would I install cgcnn as a package rather than launch it from main.py?
The text was updated successfully, but these errors were encountered:
In my case, I updated the way the arguments are assigned in main.py to args, unknown = parser.parse_known_args()
This way you don't necessarily need command-line arguments.
Hello
I'm looking at the matminer documentation which asserts that it's cgcnn featurizer requires cgcnn with python bindings. How would I install cgcnn as a package rather than launch it from main.py?
The text was updated successfully, but these errors were encountered: