Imaginaire

From UFRC
Revision as of 17:55, 15 August 2022 by Israel.herrera (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

imaginaire website  
Imaginaire is a pytorch library that contains optimized implementation of several image and video synthesis methods developed at NVIDIA.

Environment Modules

Run module spider imaginaire to find out what environment modules are available for this application.

System Variables

  • HPC_IMAGINAIRE_DIR - installation directory

Additional Information

If you would like to use the example project configurations from the HPG environment, you will need prepend the "$HPC_IMAGINAIRE_DIR" environment before each path that is shown in the instructions. For example:

   --config configs/projects/coco_funit/mammals/base64_bs8_class305.yaml

becomes

   --config $HPC_IMAGINAIRE_DIR/configs/projects/coco_funit/mammals/base64_bs8_class305.yaml