Đào Nguyên Dương
Đào Nguyên Dương
Does it support Roberta now ?. I saw 'roberta' tag but did not find roberta in README. So, Does this repo support Roberta ?
Hi, I want to calculate expression which is pure in math (do not contains python variables), such as: "1 + 1 + 5" "3 * 423 - 43243" but not...
Can you publicly upload the video recording ?
em chào các anh ạ, em có đọc code của các anh về bài toán retrieval Văn bản pháp luật của zalo 2021, em thấy các anh sử dụng Contrastive...
Hi, your [notebook](https://github.com/SKRohit/Generating_Text_Summary_With_GPT2/blob/master/train_gpt2_summarizer.ipynb) is an impressive tutorial about GPT-2 for seq2seq model. But it can not run with `batch_size` greater than 1. I think it is due to you added...
Hi, your [notebook](https://github.com/SKRohit/Generating_Text_Summary_With_GPT2/blob/master/train_gpt2_summarizer.ipynb) is an impressive tutorial about GPT-2 for seq2seq model. But it can not run with `batch_size` greater than 1. I think it is due to you added...
Hi, when enter a string: ```vbxkabcabx```, your code returns 10 edges which is actually not enough. ``` Enter String vbxkabcabx StartNode EndNode SuffixLink FirstIndex lastIndex String 9 10 0 9...
in hw8, at iterative_lucas_kanade function you write: Ik = img1[y1, x1] - img2[y2, x2] bk = np.array([np.sum(Ik*A1), np.sum(Ik*A2)]) But in equations, Ik is an array which has different values at...
problem at line: serializers.load_hdf5(args.model, model) of file evaluate.py
Which exactly tensorflow and tensorflow-XXX (tensor2tensor, tensorboard,.... ) version is used to run properly ? I can not run because of conflicts, so please make it clear.