TrungThanhTran
TrungThanhTran
Hi @marcellacornia, I have tried to build a demo using M2 transformer because I found that the model worked very well. Unfortunately, when I tried to make inference using **device...
Hi @baraldilorenzo, I 'm trying to improve the speed of beam_search. When doing it, I found this function: `visual = self._expand_visual(visual, cur_beam_size, selected_beam)` in the iter function of beam_search.py Please...
Hi @marcellacornia, When I started my train, I got random outputs for about the first five epochs, I mean it generated words. Then, it produced nothing, and I had to...