facebookresearch / fastMRI

A large-scale dataset of both raw MRI measurements and clinical MRI images.
https://fastmri.org
MIT License
1.31k stars 373 forks source link

Choice of SummaryWriter #22

Closed zaccharieramzi closed 5 years ago

zaccharieramzi commented 5 years ago

I have a question regarding the choice of SummaryWriter. Why did you chose to use tensorboardX rather than torch.utils.tensorboard for it?

Is there some efficiency reason? Or just legacy?

tullie commented 5 years ago

It's just legacy reasons