Skip to content

ZFTurbo/KAGGLE_YELP

Repository files navigation

KAGGLE_YELP

File run-inception-code.py uses Inception-V3 Network to get TOP50 text features describing each photo.

To run it you need:

  1. Copy all files in model directory from Inception repository.

  2. Put all JPG images for analysis in ../input/train_photos folder

  3. In case you have MXNet compiled with GPU, change ctx=mx.cpu() to ctx=mx.gpu() on line 12.

Releases

No releases published

Packages

No packages published