I tried running the ungraded lab and am getting a bunch of errors:
C1_W1_Lab_2_iris_classifier.html:1 Access to fetch at ‘file:///C:/data/iris.csv’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, isolated-app, brave, https, chrome-untrusted, data, chrome-extension, chrome.
/C:/data/iris.csv:1 Failed to load resource: net::ERR_FAILED
tfjs@latest:17 Uncaught (in promise) TypeError: Failed to fetch
at e. (tfjs@latest:17:266580)
at e.t (tfjs@latest:17:266483)
at P4 (tfjs@latest:17:197669)
at tfjs@latest:17:962034
at h (tfjs@latest:17:2100)
at Generator. (tfjs@latest:17:3441)
at Generator.next (tfjs@latest:17:2463)
at u (tfjs@latest:17:8324)
at o (tfjs@latest:17:8527)
at tfjs@latest:17:8586
that said I went through the videos several times and built the first assignment. I double checked all dimensions and am getting this error:
Uncaught (in promise) TypeError: n.iterator is not a function
at tfjs@latest:17:596224
at h (tfjs@latest:17:2100)
at Generator. (tfjs@latest:17:3441)
at Generator.next (tfjs@latest:17:2463)
at u (tfjs@latest:17:8324)
at o (tfjs@latest:17:8527)
I am also constantly getting this error as well:
Failed to load resource: the server responded with a status of 404 (Not Found)
I’m not sure how I can be getting a 404 error when all the files are there.
little frustration as my code should work, I’m happy to post the line for the dimension if I need to. The fact that the practice lab doesn’t work either is concerning…I don’t have much to go off of