nachiket / papaa-opencl

OpenCL Labs for PAPAA Summer School 2016 Edition
46 stars 37 forks source link

models/alexnet_full_precision_iter_140112.npz #5

Open sayounara opened 5 years ago

sayounara commented 5 years ago

Hi @gplhegde @nachiket , I just saw there are models/alexnet_full_precision_iter_140112.npz used in the papaa-opencl/opencl-src/alexnet-altera/Makefile,

run: $(TARGET_DIR)/$(TARGET) $(TARGET_DIR)/$(TARGET) -model=../../../models/alexnet_full_precision_iter_140112.npz -mode=sample

Could you tell me where I can get a copy of alexnet_full_precision_iter_140112.npz to run? Looking forward to your help.

Thanks

gplhegde commented 5 years ago

@sayounara I could not find the model file. You need to train / get the AlexNet models available online and just convert to numpy array.