FlowFormer-Official
FlowFormer-Official copied to clipboard
DDP training code and logging the metrics in wandb.
Just made these changes:
- written DDP code for training and validation for faster training and validation.
- resolved bug in
gma.py
andencoders.py
(these modules were not used while forward, so it was giving "all params not reduced after one step" error. - written wandb logging code for training and validation metrics.