Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[D] Parallelizing LIME

Hi everyone,

I’m using the LIME for images implementation from https://github.com/marcotcr/lime. From what I can see, it seems that LIME works on one sample at a time. Using this in a simple for-loop (PyTorch dataloader) seems inefficient and results in < 20 % GPU utilization on ImageNet val set with Inception v3.

Anyone has any experience with speeding up LIME for better GPU utilization?

submitted by /u/gokstudio
[link] [comments]