I have been working on a Coursera assignment, it required my run time to be less than 5.00 . The code is below, but my question is basically about the first and last line, where I was testing the processing time Using the last line of code, my processing time was 3.3251947 However, when I submitted this code onto Coursera,
Tag: coursera-api
tensorflow error when installing turicreate?
When I install turicreate package, it gives me the following error: which I encountered the same when installing tensorflow 2.0.0. And I managed to install tensorflow2 with modification to the version(add a ‘a0′,’b0′,’b1’ after ‘2.0.0’) using pip3 install tensorflow==2.0.0a0. However, I still cannot pass the installation of turicreate even with tensorflow2.0.0a0 installed and result in the same ‘tensorflow error’ shown