-
## Description
MMAction2 provide a large number of recognizers. In order to choose the right model for our applications, maybe we need to compare all models in one table. But I don't know how to do…
-
Please provide the model of pretrained EDVR
-
### Describe the issue
Issue:
Command:
```
#!/bin/bash
python -m llava.eval.model_vqa_loader \
--model-path liuhaotian/llava-v1.5-7b \
--question-file ./playground/data/eval/textvqa…
-
Traceback (most recent call last):
File "/media/lxf/D/Project/keras-yolo3-master/train.py", line 192, in
_main()
File "/media/lxf/D/Project/keras-yolo3-master/train.py", line 34, in _main
…
-
Thanks for sharing your code! I have the following questions about fasionbert.
(1) Have you evaluated the performance of fasionbert without pretraining? That is, training a model by removing mlm a…
-
Hi,
Is there any engine available that can process Q-Learning algo on android? PyTorch doesn't seem to work. Is MXNet a viable choice?
Thanks
-
hello,
the pretrained weights cannot be downloaded,can you update the connection?
Thank you!
-
I saw the code, it looks like it only support SSD, Retinanet and Yolov3 models to generate prototxt, could we support other custom models, or maybe have some method to call.
-
Very small notebook (11 lines) showing how Model.load return an empty model.layers:
https://colab.research.google.com/drive/11DEJ0De30n0ZrdRMOzxPkzdFULWvuee9#scrollTo=Zw75gPQ3aKXk
-
I used to use Caffe for my research. Now I want to use Theano based framework since it is much more flexible than Caffe. I choose to use Lasagne now, it is a wonderful library. But one problem bothers…