MATLAB Support point of Contact

Hello All,

I am Neha Goel, your point of Contact for this competition from MathWorks. It is great to see so many submissions and participants already. Feel free to ask any questions related to MATLAB Benchmark code, MATLAB complimentary licenses or share any challenges that you are facing for solving the problem.

Keep Modelling!!

-Neha

Hi Neha,

I’m following the benchmarking code (works fine on my laptop) but when run on a computing cluster I can’t access the AWS data. Do you know why this is happening and how to fix it? Many thanks, Ed.

Error using fileDatastore (line 105)
Location ‘s3://drivendata-competition-clog-loss/train/100109.mp4’ requires
credentials. You must setup an AWS credentials file, or set the environment
variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.

Error in Untitled3 (line 20)
fds = fileDatastore(nanotrain.url,‘ReadFcn’, @readVideo);