So I try to use models created in 04-transfer-learning-in-tensorflow-part1-feature-extraction using function create_model(model_url, num_classes) but ran into this problem:
ValueError: logitsandlabels must have the same shape, received ((None, 2) vs (None, 1)).