MuhammadHammadBashir

Results 5 issues of MuhammadHammadBashir

Is there any way to get good heatmap, form saliency map and original image, I am trying blending techniques etc but these are not good , some time face problem...

Is there any way to get good heatmap, form saliency map and original image, I am trying blending techniques etc but these are not good , some time face problem...

Is there any way to get good heatmap, form saliency map and original image, I am trying blending techniques etc but these are not good , some time face problem...

Is there any way to get good heatmap, form saliency map and original image, I am trying blending techniques etc but these are not good , some time face problem...

I have models locally downloaded and using from ctransformers import AutoModelForCausalLM from ctransformers import AutoModelForCausalLM, AutoConfig, Config conf = AutoConfig(Config(temperature=0.8, repetition_penalty=1.1, batch_size=52, max_new_tokens=1024, context_length=2048)) llm = AutoModelForCausalLM.from_pretrained("/content/llama-2-13b-chat.Q4_K_S.gguf", model_type="llama", config =...