-
hi
1. i had this error in train.py line 176 :` x.setflags(write=1)`
" ValueError: cannot set WRITEABLE flag to True of this array"
Exactly what versions of libraries are you using??
2. at file cr…
-
I have trained the basemodel successfully. However, when I train_RRI.sh, I got so many errors:
![image](https://user-images.githubusercontent.com/38590739/39086793-66e7cfb0-45ca-11e8-8004-24100330a…
-
hi, thank you for sharing your codes.
I try to train densecl on imagenet with 4*2080ti, but it takes about 13 days to finish training, which is much longer time than yours.
Did you use imagenet in l…
-
Every time the library is initialized it scans 1 or more directory looking for plugins, then parses the ini file for every one it finds. Usually this isn't really an issue; the library is only initia…
-
Hi,
I have problem with running your code. I am wondering how I am able to get mnist/trainset/train.lmdb and svhn/trainset/train.lmdb datasets in this format.
I would really appreciate it if you c…
-
Hello,
I was told to report the following issue here : parcel-bundler/parcel#7666
Thanks
-
Hello,
Thank you for the great work. I am trying to train a net for multi label image classification, however when I use caffee to do so, I run into an error which seems to be linked to the label L…
vbvxx updated
6 years ago
-
您好,我把验证数据集放在data目录下,执行evaluation.py时提示目录不存在,尝试了绝对路径也是存在这个问题。请问验证数据集应该使用什么样的存放路径,还是config.py需要修改其他的参数。
-
Heed could ensure that only one write transaction is ever opened on the same thread.
It can create a [`thread_local`](https://doc.rust-lang.org/std/macro.thread_local.html) atomic counter for write…
-
[목표]
textVQA fine-tuning 시켜서 training 하기
[기한 목표]
~11.20 : textVQA 다시 학습 & pretrained model학습
~11.21 : 모델 팀 회의후, 결론 내기
- web team이 model 쓸 수 있도록 인터페이스 만들기
- 다른 모델을 더 조사 -> 해당 모델을 통해…