• Roman Shapovalov's avatar
    Fix: visualisation with Enums fields in Configurables · 719c33a7
    Roman Shapovalov authored
    Summary:
    Enum fields cause the following to crash since they are loaded as strings:
    ```
    config = OmegaConf.load(autodumped_cfg_file)
    Experiment(**config)
    ```
    
    It would be good to come up with the general solution but for now just fixing the visualisation script.
    
    Reviewed By: bottler
    
    Differential Revision: D41140426
    
    fbshipit-source-id: 71c1c6b1fffe3b5ab1ca0114cfa3f0d81160278f
    719c33a7
visualize_reconstruction.py 5.67 KB