azavea / raster-vision-examples

Examples of using Raster Vision on open datasets
Other
172 stars 34 forks source link

Use replace_model=False #33

Closed lewfish closed 5 years ago

lewfish commented 5 years ago

replace_model=True appears several times in the examples such as here https://github.com/azavea/raster-vision-examples/blob/bc35f7efcf3a94903641a8808c9c47651d4e7757/xview/object_detection.py#L55

It seems like the examples should use default settings unless there's a reason not to. The default value of replace_model is False, so I would like to remove lines setting replace_model to True. I think this may have caused a problem for a user who was trying to resume training and had their checkpoint deleted.