Trilok Padhi

Results 7 comments of Trilok Padhi

Hi @minar09 At first , I tested the model with the test images you had given , the results are really really good , appreciate you for the awesome work...

hey can you try changing that line to x = x.contiguous().view(x.size(0), -1) it worked for me Thanks

Hi @mberr Thanks for your reply. Just to highlight the difference, The pipeline definition in the **code block 1** creates anchor nodes faster than the **code block 2**, The **code...

Hi @mberr, Not really, the time taken to create the anchor nodes from the dataset in the pipeline function basically

Hi @cthoyt Thanks for your reply. Before I test the time, the issue is the code is getting stuck ( I waited for 6 hours ) when I create the...

The following worked for me to prevent llama2-7b-chat-hf to stop at the middle of sentences and use special tokens [ 2277, 29937 ] ``` class EosListStoppingCriteria(StoppingCriteria): def __init__(self, eos_sequence=[2277, 29937]):...