consistency_models
consistency_models copied to clipboard
After running, no .npz file appeared
Hello, when I finished running it, there was no file for. npz
In cm/logger.py/configure you can find the following code:
if dir is None: dir = os.getenv("OPENAI_LOGDIR")
the output data was specified by environment variable “OPENAI_LOGDIR”.If not given, the output path was /tmp.