consistency_models icon indicating copy to clipboard operation
consistency_models copied to clipboard

After running, no .npz file appeared

Open chuanchengh opened this issue 1 year ago • 2 comments

chuanchengh avatar Apr 07 '24 09:04 chuanchengh

Hello, when I finished running it, there was no file for. npz

chuanchengh avatar Apr 07 '24 09:04 chuanchengh

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.

RICKand-MORTY avatar Apr 21 '24 16:04 RICKand-MORTY