longkun
longkun
Hi, I am confused about the formula(6)in the paper. What does h_i_s/h_i_t in the formula(6) mean and how is it calculated?
Traceback (most recent call last): File "main.py", line 67, in runner.run(args.epochs, train_loader, dev_loader, test_loader, args.log_interval) File "/home/zoulongkun/project/sentence-similarity-master/runners/__init__.py", line 76, in run trainer.run(train_loader, max_epochs=epochs) File "/home/zoulongkun/anaconda3/envs/py36/lib/python3.6/site-packages/ignite/engine/engine.py", line 359, in run self._handle_exception(e)...
When I execute python train_QuAC.py,there are errors as following: Traceback (most recent call last): File "train_QuAC.py", line 324, in main() File "train_QuAC.py", line 175, in main model = QAModel(opt, train_embedding)...
Hello, I want to know how you solve the problem of co-reference and ellipsis in the conversation.
Hi, I found that shapenet10 in PointDA10 has only 1024 points per sample. Is there a data version with 2048 points? I would appreciate if you could provide Shapenet10 with...
Hi, thanks for sharing this great work. Could you kindly share the implementation of 'T-SNE' in your paper?
I have some questions on heuristics in the paper. According to the paper, the source domain is the remaining relationships from the top 50 in VG, which means more than...