chainer / chainerui

ChainerUI: User Interface for Chainer
MIT License
170 stars 30 forks source link

Introduce file lock to accept multiple process on assets API #251

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

Please merge #249 first

fixes #248

This PR allows asset API used by multiple script. For example, training script and evaluating script run together and both processes save images, ChainerUI will show all images at once.