Difference between revisions of "Imaginaire"
Jump to navigation
Jump to search
Johnbullard (talk | contribs) (Created page with "Category:Software Category:Imaging Category:Video Category:AI Category:Synthesis {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|imaginaire}} |{{#vardef...") |
|||
Line 1: | Line 1: | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Imaging]] | [[Category:Imaging]] | ||
− | [[Category: | + | [[Category:Visualization]] |
[[Category:AI]] | [[Category:AI]] | ||
[[Category:Synthesis]] | [[Category:Synthesis]] |
Revision as of 17:36, 15 August 2022
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