how to get author comment inside the loop?

Nayeem Riddhi,

Use this.

<?php get_comments( array('author__in' => implode(',',$authors_data)) ); ?>

Let me know for more information