Closed yanagi-lmd closed 2 years ago
Feel free to check the original log record files produced by Pytorch Lightning automatically, and you can check all loss curves by the tensorboard. But since the tensorboard can't be edited, so you may extract the loss curve data from it if you need it (I haven't tried that). Unfortunately, the seed is generated randomly by PyTorch Lightning (see L428) and only printed on the screen, so there is no record. Feel free to ask if you have further questions.
I trained the CorrNet3D model following the instruction, however, I could not reproduce the performance of the provided pre-trained model. May I ask you to provide the best seed value or learning curve, if possible?