-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
huzongxiang
committed
Feb 10, 2022
1 parent
9d9b099
commit 27ed552
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Metadata-Version: 2.1 | ||
Name: crysnet | ||
Version: 0.1.9 | ||
Version: 0.2.0 | ||
Summary: Labelled Graph Networks for machine learning of crystal. | ||
Home-page: UNKNOWN | ||
Author: Zongxiang Hu | ||
Author-email: [email protected] | ||
License: BSD | ||
Download-URL: https://github.com/huzongxiang/CrysNetwork | ||
Download-URL: https://github.com/huzongxiang/CrysNetwork/tree/main/crysnet | ||
Keywords: materials,science,machine,learning,deep,graph,networks,neural,transformer,massagepassing,topology,tight,bingding,twisted,graphene | ||
Platform: UNKNOWN | ||
Classifier: Development Status :: 4 - Beta | ||
|
@@ -85,7 +85,7 @@ If your conda can't find tensorflow-gpu==2.6.0, you can add a new source, e.g.: | |
CrysNet is very easy to use! | ||
Just ***three steps*** can finish a fast test using crysnet: | ||
+ **download test data** | ||
Get test datas from https://github.com/huzongxiang/CrysNetwork/datas/ | ||
Get test datas from https://github.com/huzongxiang/CrysNetwork/tree/main/datas/ | ||
There are three json files in datas: dataset_classification.json, dataset_multiclassification.json and dataset_regression.json. | ||
+ **prepare workdir** | ||
Download datas and put it in your trainning work directory, test.py file should also be put in the directory | ||
|
Binary file not shown.