CrossPoint icon indicating copy to clipboard operation
CrossPoint copied to clipboard

distributed training for CrossPoint

Open auniquesun opened this issue 4 years ago • 4 comments

@MohamedAfham I have succefully integrated the PyTorch DistributedDataParallel mechanism into your codebase, which accelerates the training procedure remarkbly and achieves a similar performance with the paper reported.

Later on I want to pull a request to your repository, thank you.

auniquesun avatar Apr 11 '22 06:04 auniquesun

Thank you for performing Distributed parallel mechanism and verifying the reported results.

I would love to merge the code once you do the pull request.

MohamedAfham avatar Apr 11 '22 08:04 MohamedAfham

@MohamedAfham Since the pull request has not been merged, let me know if you have any concern about this pull request , thank you.

auniquesun avatar Apr 17 '22 13:04 auniquesun

As mentioned here #13 , I'll review the PR as soon as I'm available and get back to you. Sorry for the inconvenience.

MohamedAfham avatar Apr 18 '22 07:04 MohamedAfham

The distributed implementation of CrossPoint training and inference is available here !

auniquesun avatar Mar 29 '23 15:03 auniquesun