geekfx

Results 1 issues of geekfx

https://github.com/timesler/facenet-pytorch/blob/555aa4bec20ca3e7c2ead14e7e39d5bbce203e4b/models/utils/training.py#L134 Is there need add `writer.iteration += 1` and modifiy the `writer.add_scalars(metric_name, {mode: metric_batch}, writer.iteration)` as the orginal code is not pass in `writer.iteration`? Beacause I find that the tensorboard...