-
## Description of the bug
When loading a local model using this command :
```
python3 -m manifest.api.app \
--model_type huggingface \
--model_name_or_path /workspace/models/minotaur-15b …
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports…
-
Hi, thank you for these clear and efficient codes! May I ask, if you have trained this model on Optical Flow images?
-
### ⚠️ Please check that this feature request hasn't been suggested before.
- [X] I searched previous [Ideas in Discussions](https://github.com/OpenAccess-AI-Collective/axolotl/discussions/categories…
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports.
…
-
In config.py:
`parser.add_argument('--padd_size',type=int,help='net pad size',default=0)#math.floor(opt.ker_size/2)`
I'm wondering why you commented out the code for same padding to use valid padd…
qedpi updated
4 years ago
-
We have some [issues](https://github.com/scikit-image/scikit-image/issues/1712) with our naive (non-parallel) integral image implementation in scikit-image. At the same time, we have many functions (t…
-
in https://openaccess.thecvf.com/content_CVPR_2020/papers/Chen_Cross-View_Tracking_for_Multi-Human_3D_Pose_Estimation_at_Over_100_CVPR_2020_paper.pdf formula 3
my code is:
#P = K[T|R], P+ is pse…
-
dear @zhaoyuzhi , thanks for your nice work.
I have a question about the dataset you have used. are these 5 datasets free and have public access for everyone? I wanted to train your code on the same …
-
## 一言でいうと
セマンティックエンコーディングロスを組み込んだコンテキストエンコーディングモジュールの紹介と、セマンティックセグメンテーションフレームワークContext Encoding Network(EncNet)の設計と実装。これにより、映像シーンの理解の精度をあげた。PASCAL VOC 2012で85.9%、PASCALで51.7%の結果。(Amazon.com関連の研究)
#…
drkii updated
6 years ago