Bcw93
Bcw93
I have this error,when I run the program.Anyone can help me .Thanks! ''cp: 无法打开'/home/bcwang/.torcs/config/graph.xml' 读取数据: 权限不够 cp: 无法删除'/home/bcwang/.torcs/config/graph.xml': 权限不够 chmod: 更改'/home/bcwang/.torcs/config/graph.xml' 的权限: 不允许的操作 fopen(config/graph.xml) failed ''
when I run the ddpg.py,I find the car can not move(the indicator is zero).But when I modify the indicator to one,the terminal outputs "Timeout answer for client".Do you have solutions...
https://github.com/lonePatient/BERT-NER-Pytorch/blob/4bae5795df64eab35a75f9bbb0cfdb9fb4cb4583/run_ner_crf.py#L277 就是在predict的时候,为什么在crf的输出之后,你取了结果的[1:-1]呢?这个时候crf的输出的长度不应该是之前设置的max_seq_length的长度吗?这样取的话就不能表示去掉了[sep]这个标识符了?还是说在predict的时候,crf的输出是没有补到最大长度的?谢谢!
我觉得squadexample这个类里面的这里有些问题吧 for c in self.context_text: 就这里转换位置的时候,因为context_text是个字符串,如果字符串里面没有空格,那么得到的char_to_word_offset里面就全都是0和1.。。这里是不是有一些问题啊?因为我看您在create example的时候并没有进行特殊处理,只是原始的字符串。我运行了一下发现会出现这种问题。谢谢!
I have this error in run the code of style transfer: ' Traceback (most recent call last): File "main.py", line 86, in main(opt) File "main.py", line 81, in main img=denorm(img.to(device)).clamp_(0,1)...
When I use the code to train the voc2007 dataset,I get the result as follows:         And the detected result is none!Anyone can...
I trained the model in the voc dataset,and the loss is in 0.4-0.7.But when I test the trained model use image,the output is nothing,there only have the origin image,but not...
 这是您提供的roformer-base模型的config文件,我看里面"max_position_embeddings"是1536, 如果说我想使用更长的长度的话,那是不是就会出现错误呀?或者说我需要重新拿语料进行预训练来使用更大长度?谢谢!
I get this error like this: FileNotFoundError: [Errno 2] No such file or directory: '/home/a/Bcw_data/open-image-challenge/input/class-descriptions-boxable.csv' I want to know the '.csv' is where.