tong-zeng

Results 8 comments of tong-zeng

Hi @IrvingZJU It seems the formula is different in the newest version of the paper, here you go https://arxiv.org/pdf/1703.04977.pdf

Hi @zhackzey I think as [Issue #3](https://github.com/Hui-Li/multi-task-learning-example-PyTorch/issues/3) reported, The uncertainty parameter is `σ^-2`, and the uncertainty penalty is `logσ`, when taking the exp in the code, `exp(-logσ) = σ^-1` which...

Hi @zhackzey Just realized that the author corrected the formula in a new version of the paper, https://arxiv.org/pdf/1703.04977.pdf

I'd also like to know how the thresholds of 1532 and 1200 are determined, thank you.

similar error at my side: ``` Number of records in the corpus: 586 Number of research publications: 480 Successfully downloaded 474 pdf files. Missing publication resources: {'c8f9b19b39e34d98a557', '988428e18884e28e037c', 'dca54974ff51a5f7f8ab', '42c2755ec0f983870e62',...

I think the reason is wiley insert the src link dynamically via client-side javascript. But the code `requests.get(uri)` just get the html, without the javascript excuted, that is why `soup.find('embed')['src']...

@philipskokoh Thank you. I agree with you, for those resources difficult to download, we can just download it manually if the are not too much, otherwise, would you consider removing...

I've seen a lot of requests to add MiniCPM-V-2.6, but haven't seen any response / progress lately, any problems with MiniCPM-V-2.6 PR or any concerns? Thanks.