Bcw93

Results 16 issues of 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: ![1](https://user-images.githubusercontent.com/31853251/55677276-7a26e500-5917-11e9-9835-28ab4e021c3d.JPG) ![2](https://user-images.githubusercontent.com/31853251/55677278-7d21d580-5917-11e9-9512-2deca8a984e6.JPG) ![3](https://user-images.githubusercontent.com/31853251/55677281-7eeb9900-5917-11e9-837b-cb7c3acbe554.JPG) ![4](https://user-images.githubusercontent.com/31853251/55677283-80b55c80-5917-11e9-856f-b4da75d2f8ae.JPG) ![5](https://user-images.githubusercontent.com/31853251/55677286-8317b680-5917-11e9-9d79-9ef88c73b647.JPG) ![6](https://user-images.githubusercontent.com/31853251/55677287-84e17a00-5917-11e9-82cd-1b043cb03177.JPG) ![7](https://user-images.githubusercontent.com/31853251/55677288-8743d400-5917-11e9-88e7-821216d5bc67.JPG) ![8](https://user-images.githubusercontent.com/31853251/55677290-890d9780-5917-11e9-9f29-efefa530d3e2.JPG) 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...

![6e0d4b8cbbd95095c9962433271eee2](https://user-images.githubusercontent.com/31853251/144530853-210ce12d-3fc0-4936-af7f-b15c802c4c27.png) 这是您提供的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.