• IneovaAI's avatar
    Add `python train.py --freeze N` argument (#4238) · bceb57b9
    IneovaAI 提交于
    * Add freeze as an argument
    
    I train on different platforms and sometimes I want to freeze some layers. I have to go into the code and change it and also keep track of how many layers I froze on what platform. Please add the number of layers to freeze as an argument in future versions thanks.
    
    * Update train.py
    
    * Update train.py
    
    * Cleanup
    Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
    bceb57b9
train.py 29.9 KB