Thank you Devin Platt . Looking forward to more of your posts. I used AWS spot instance with P2.Xlarge.
Yeah, the AWS AMI did report :
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn’t compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn’t compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations
So maybe a different customized/complied one.
Lastly, you have a small typo :
“aws s3 cp /home/ec2-user/src/wavenet-tensorflow/wavenet_params.json s3://my-bucket/tensorflow/models/tensorflow-
should be reversed. Thank you for posting.
