Last answered:

29 Jul 2021

Posted on:

05 May 2021

0

Tensorflow2 Business case - Load the preprocessed data exercise.

https://learn.365datascience.com/courses/deep-learning-with-tensorflow-2-0/load-the-preprocessed-data#assignment
Hello
Tensorflow2 Business case - Load the preprocessed data exercise.
I got a file not found error when i was "trying to download the resources". I am assuming I just have to create the test data as follows. Please reply in case there was a separate assignment.

#homework.
npz =   np.load("Audiobooks_data_test.npz")
test_inputs, test_targets  = npz['inputs'].astype(np.float),
                              npz['targets'].astype(np.int)

Thank you.
Regards.

1 answers ( 0 marked as helpful)
Instructor
Posted on:

29 Jul 2021

0

Hi Rajya,
thanks for reaching out and apologies for the delayed response. From what you've shared, your code seems perfectly in order.
There is a dataset which the code is supposed to be run on, which you can download from the intro lecture of the section:| 365 DataScience
It's the audiobooks data set. Please let us know if you encounter any further issues.

Best,
365 Eli

Submit an answer