Openning07 / MPADA

The official implementation of MP_{ada} in Attention-based Multi-patch Aggregation for Image Aesthetic Assessment (MM 2018)
79 stars 11 forks source link

GPU dependency #1

Closed doublex closed 4 years ago

doublex commented 4 years ago

Hello, Is it possible to run MPADA without GPU? This assert triggers: https://github.com/Openning07/MPADA/blob/master/imagenet_utils.py#L520 Best wishes

Openning07 commented 4 years ago

Sure. You can use another data loader, read the model parameter from the uploaded checkpoint file, and conduct inference.