Different results on different browser - c1_w2

Used the same code, loss is not decreasing in firefox, but no problems on chrome !!!

chrome

firefox

what could be the reason ?

did you try to check the console of each browser you used

1 Like

chrome

firefox (got something extra)

Can you provide a brief explanation? Iā€™m fairly new to debugging this

As I was suspecting, you have basically used two browser for codes to runs at the same time, so one browser overwrite the already run down codes in the previous browser and throws error like this.

if you want to use on the other browser, please make sure you are not using other browser too for the same exercise.

But i used firefox alone first (where it was not working), then i opened chrome(without closing firefox) where it worked.

Ansil this assignment required you to web_chrome as per instructions provided in the programme assignment page. So follow the instructions.

Yeah i got the point, i was just curious what happened here actually !!, little bit going out of scope.
Thanks for the replies

1 Like