Vimos Tan
Vimos Tan
While processing the images in the following list, `Premature end of JPEG file` is reported ``` https://s3.amazonaws.com/nocaps/test/204ec91c39d1479d.jpg https://s3.amazonaws.com/nocaps/test/2e3ec3271c61954c.jpg https://s3.amazonaws.com/nocaps/test/2e9801df17a26578.jpg https://s3.amazonaws.com/nocaps/test/33e9b80ec55e4689.jpg https://s3.amazonaws.com/nocaps/test/cb67e46bdd85347e.jpg https://s3.amazonaws.com/nocaps/test/db2968c8296bae15.jpg https://s3.amazonaws.com/nocaps/test/dd7c3f21e71c1d03.jpg https://s3.amazonaws.com/nocaps/test/f9aa60a477640909.jpg ``` These images may not be...
Hi, I am trying to read an orc file. ``` In [1]: from orcreader import OrcReader ...: reader = OrcReader('dt=2017-05-14_os=android_part=000004_0') ...: reader.open() ...: ``` I have successfully get the schema...
Hi, the dumped `tags.json` cannot be used correctly when loaded back. This is because the key data type from `int` to `str`. We may patch the code like the following:...
If using the default `maxSeqLen`, one will get the `cublas runtime error` ``` ➜ RelationRNN git:(master) ✗ th train_rel_rnn.lua [INFO - 2018_05_02_20:11:11] - "--------------------------------------------------" [INFO - 2018_05_02_20:11:11] - "SeqRankingLoader Configurations:"...
[WWW2024](https://www2024.thewebconf.org/calls/research-tracks/)
I successfully downloaded and unzipped the data using this shell script, but there's an error when ```# Build TFRecords of the image data.``` ``` ➜ data git:(master) ✗ ./download_and_preprocess_mscoco.sh /home/vimos/Data/Dataset/COCO/2014...
**Describe the bug** A clear and concise description of what the bug is. Failed to use `scipy.sparse._csr.csr_matrix` to init a graph. ```python Traceback (most recent call last): File "/home/vimos/diffusion_for_train.py", line...
### Reminder - [X] I have read the README and searched the existing issues. ### System Info github head ### Reproduction ``` --model_name_or_path /data/pretrained_models/MiniCPM-Llama3-V-2_5 --template llama3 --infer_backend vllm --vllm_enforce_eager --infer_dtype...
### Is there an existing issue for the same bug? (If one exists, thumbs up or comment on the issue instead). - [x] I have checked the existing issues. ###...