• Mik Vyatskov's avatar
    Implement helper to read model configs · c1cce439
    Mik Vyatskov authored
    Summary:
    Pull Request resolved: https://github.com/facebookresearch/d2go/pull/289
    
    Right now configs are written to a dedicated folder after training, one file per model config. This PR introduces a new function that allows to read model configs in the same format, for the situations where the configs cannot be passed back directly, e.g. when running through torchx.
    
    Reviewed By: wat3rBro
    
    Differential Revision: D37086940
    
    fbshipit-source-id: 3938381bcf48a8069fb4b840fd2c2d052e983c6c
    c1cce439
misc.py 4.25 KB