• Ashwin Bharambe's avatar
    Make it possible to run non-EDPM detectron workflows via fblearner · 31738256
    Ashwin Bharambe authored
    Summary:
    This diff adds a `vanilla_detectron` workflow so we can invoke the
    non-elastic detectron code (essentially whatever is run by `train_net.par`)
    via the standard fblearner toolchain. (FAIR folks typically use `fry` for this
    purpose...)
    
    I moved most of the code from `train_net.py` to `lib/utils/train.py` so it can
    be re-used.
    
    Note that as of now the `vanilla_detectron` workflow does not run testing.
    That's coming.
    
    Reviewed By: rbgirshick
    
    Differential Revision: D7325559
    
    fbshipit-source-id: 41359b47132bc79d1fcd5c5992a3589b391d149e
    31738256
Name
Last commit
Last update
..
__init__.py Loading commit data...
blob.py Loading commit data...
boxes.py Loading commit data...
c2.py Loading commit data...
collections.py Loading commit data...
colormap.py Loading commit data...
coordinator.py Loading commit data...
cython_bbox.pyx Loading commit data...
cython_nms.pyx Loading commit data...
env.py Loading commit data...
image.py Loading commit data...
io.py Loading commit data...
keypoints.py Loading commit data...
logging.py Loading commit data...
lr_policy.py Loading commit data...
model_convert_utils.py Loading commit data...
net.py Loading commit data...
segms.py Loading commit data...
subprocess.py Loading commit data...
timer.py Loading commit data...
train.py Loading commit data...
training_stats.py Loading commit data...
vis.py Loading commit data...