We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b20f0f commit 4a6ad51Copy full SHA for 4a6ad51
README.md
@@ -10,16 +10,18 @@ runx helps to automate common tasks while doing research:
10
11
## Quick-start Installation
12
13
+Install with pip:
14
+```
15
+> pip install runx
16
17
+
18
Install with source:
19
```
20
> git clone https://github.com/NVIDIA/runx
21
> cd runx
22
> python setup.py install --user
23
24
-Install using pip
-TBD
-
25
## Introduction: a simple example
26
Suppose you have an existing project that you call as follows:
27
@@ -252,7 +254,7 @@ For example:
252
254
253
255
You can do this with hparams defined as follows:
256
```yaml
-hparams: [
257
+HPARAMS: [
258
{
259
logdir: LOGDIR,
260
adam: true,
0 commit comments