Hello, I was able to run the iris script in the browser and got the correct results but I got the error DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/@tensorflow/tf.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I am now trying to run the Breast Cancer classification after doing the coding and I am pretty sure I have the code correct but I keep getting
DevTools failed to load source map: Could not load content for https://cdn.jsdelivr.net/npm/@tensorflow/tf.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
just like in the iris classification problem but the iris one would run and this one will not.
How can I diagnose what is going wrong and how can I fix the above error?
Thanks!