Fei Wang

Results 10 comments of Fei Wang

sorry, I am busy on other topic now, so i will not update this project for now. I have added w,h to the annotation for convenience.

If not explicitly specified as False, it will be set to True in some cases. https://github.com/open-mmlab/mmclassification/blob/c94e9b36699094ca8cfd975442474ca4ac47f083/configs/vision_transformer/vit-base-p16_ft-4xb544-ipu_in1k.py#L54 https://github.com/open-mmlab/mmclassification/blob/c94e9b36699094ca8cfd975442474ca4ac47f083/mmcls/apis/train.py#L209

Because in general data aug is earlier than norm, and data aug is in bgr format. If you follow the current practice, you need to bgr2rgb before grayscale, and then...

> Yes, I know it's before normalization. But for some datasets, like CIFAR, the images are not loaded from files, and these images are in RGB format. Thanks for your...

@hwchase17 Hello, memory is very useful in application scenarios. For example, there is a function to calculate bmi, the height and weight are provided for the first time, and gpt...

> I'm not able to reproduce this using `llama2` and `mistral` with setting `seed` and `temperature` through both the API and the Modelfile. > > What version of ollama (`ollama...

Hi @mxyng, could you please take a look at the Modelfile config I provided when you get a chance? Thanks!

Hey @mxyng, I'm working with `q4_0.bin`, a finetuned llama2 model, and I've hit two snags: 1. I'm using `` and `` as per the guide on Hugging Face (https://huggingface.co/blog/codellama#conversational-instructions). Did...