Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos GO
RNAmigos_GCN
Commits
58a6933e
Commit
58a6933e
authored
May 14, 2020
by
Carlos GO
Browse files
train readme
parent
08a3ecf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
58a6933e
...
...
@@ -29,3 +29,26 @@ See README in each folder for details on how to use each component.
*
tqdm
*
networkx >= 2.1
## Usage
### Using the pre-trained model
### Training your own model
A basic example is training on the annotated graphs inside
`data/annotated`
on default settings.
The trained model and logs will be saved under the ID specified with the
`-n`
flag.
```
$ python learning/main.py -da <name of annotated data folder> -n <run_id>
```
For a full list of command-line options:
```
$ python learning/main.py -h
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment