We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878df95 commit b9af66eCopy full SHA for b9af66e
README.md
@@ -58,8 +58,19 @@ issue GDB command `backtrace`.
58
59
#### Upload pre-trained model
60
61
-```bash
62
-tar czf logs.tar.gz logs/1-version-name/
63
-gh auth login
64
-gh release upload v0.1 logs.tar.gz
65
-```
+1. Ensure some params are disabled in `params.json`:
+
+ - `validate_data: false`
+ - `classify_only_variable_nodes: false`
66
+2. Add `description` and `examples` to `info.json`
67
68
+3. Create release on GitHub (at the code the model was trained with).
69
70
+3. Pack and upload the checkpoint.
71
72
+ ```bash
73
+ tar czf logs.tar.gz logs/1-version-name/
74
+ gh auth login
75
+ gh release upload v0.1 logs.tar.gz
76
+ ```
0 commit comments