microsoft / computervision-recipes

Best Practices, code samples, and documentation for Computer Vision.
MIT License
9.54k stars 1.18k forks source link

[fix] failed to save checkpoints in VideoLearner.fit() #613

Closed xueeinstein closed 4 years ago

xueeinstein commented 4 years ago

Description

Fix format bug of path string.

Failed to save checkpoints while training the model using video_learner.fit(save_model=True).

Related Issues

None

Checklist:

xueeinstein commented 4 years ago

@PatrickBue Sorry for bother you again. I just followed you instruction and made a clean PR #616