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 c5b9c89 commit c314ddaCopy full SHA for c314dda
README.md
@@ -68,11 +68,11 @@ to override the standard stream settings in UTF-8 mode.
68
69
To generate unconditional samples from the small model:
70
```
71
-python3 src/generate_unconditional_samples.py | tee samples
+python3 src/generate_unconditional_samples.py | tee /tmp/samples
72
73
There are various flags for controlling the samples:
74
75
-python3 src/generate_unconditional_samples.py --top_k 40 --temperature 0.7 | tee samples
+python3 src/generate_unconditional_samples.py --top_k 40 --temperature 0.7 | tee /tmp/samples
76
77
78
### Conditional sample generation
0 commit comments