Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
adosar committed Dec 22, 2024
1 parent 60dea14 commit 571906f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,9 @@ Here is a summary of what you can do from the command line:

2. Create and prepare point clouds:
```bash
aidsorb create path/to/inp path/to/out # Create point clouds
aidsorb prepare path/to/out # Split point clouds to train, val and test
aidsorb create path/to/structures path/to/pcd_data # Create and store point clouds
aidsorb prepare path/to/pcd_data # Split point clouds to train, valdation and test
```
where `path/to/inp` is a directory containing molecular structures.

3. Train and test a model:
```bash
Expand Down

0 comments on commit 571906f

Please sign in to comment.