kelly
kelly
i have a big dataset, how to train this crf in batch?
There is the code of reinforce.py `for action, r in zip(self.saved_actions, rewards): action.reinforce(r)` And there is the code of actor-critic.py: ` for (action, value), r in zip(saved_actions, rewards): reward =...
how to use the predict script for squad? could you add a readme? and what's the sogou data?
will you update the dataset? or support more dataset?
1. how can i train it in batch? 2. what is the format of input_file.txt ? can you give me en example?
hi, i don't know what the means of "*3", what 3 means? `context_feature = torch.Tensor(batch_size, question_num, context_len, \ feature_len + (self.dialog_ctx * 3)).fill_(0).to(self.device)` and `if prv_ans_choice == 3: # There...
i use --resume, after i evaluate the model and then train, i get this error: Traceback (most recent call last): File "train_CoQA.py", line 229, in main() File "train_CoQA.py", line 122,...
i change the code to evaluate for n batches, and get this error: Traceback (most recent call last): File "train_CoQA.py", line 234, in main() File "train_CoQA.py", line 122, in main...
i run the code but get the error of : `raise NoSuchDisplayException('Cannot connect to "%s"' % name) pyglet.canvas.xlib.NoSuchDisplayException: Cannot connect to "None" [2017-03-07 11:41:49,394] Finished writing results. You can upload...
### Model description i want to export clip to text encoder and image encoder two onnx, but it seems can only convert the whole model, how can i seperate clip...