Spaces:
Runtime error
Runtime error
Hugo Flores Garcia
commited on
Commit
·
7aa3063
1
Parent(s):
99122c4
readme
Browse files
README.md
CHANGED
|
@@ -31,6 +31,10 @@ pip install -e ./vampnet2
|
|
| 31 |
This repository relies on [argbind](https://github.com/pseeth/argbind) to manage CLIs and config files.
|
| 32 |
Config files are stored in the `conf/` folder.
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
# Usage
|
| 35 |
|
| 36 |
## Staging a Run
|
|
|
|
| 31 |
This repository relies on [argbind](https://github.com/pseeth/argbind) to manage CLIs and config files.
|
| 32 |
Config files are stored in the `conf/` folder.
|
| 33 |
|
| 34 |
+
# How the code is structured
|
| 35 |
+
|
| 36 |
+
This code was written fast to meet a publication deadline, so it can be messy and redundant at times. Currently working on cleaning it up.
|
| 37 |
+
|
| 38 |
# Usage
|
| 39 |
|
| 40 |
## Staging a Run
|