AriesJin
AriesJin
I think there are some problems when test the dataset. Has anyone tested this project?
dataset
hi, i want to know where i can get the WebCamT? can you help me?
from towhee import ops, pipe, DataCollection ## create image embeddings and build index p = ( pipe.input('file_name') .map('file_name', 'img', ops.image_decode.cv2()) .map('img', 'vec', ops.image_text_embedding.clip(model_name='clip_vit_base_patch32', modality='image')) .map('vec', 'vec', ops.towhee.np_normalize()) .map(('vec', 'file_name'), (),...
重现问题
当我向重现训练过程的时候发现一些问题,每次到eva部分都会报下面的错 ``` 03/10 11:11:05 - mmengine - INFO - before_train in EvaluateChatHook. forword InternLM2RotaryEmbedding() Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/xtuner/tools/train.py", line 360, in main() File "/usr/local/lib/python3.10/dist-packages/xtuner/tools/train.py", line 356, in...
### Reminder - [x] I have read the above rules and searched the existing issues. ### System Info - `llamafactory` version: 0.9.4.dev0 - Platform: Linux-3.10.0-1160.119.1.el7.x86_64-x86_64-with-glibc2.35 - Python version: 3.11.11 -...