Week 6 Progress Update

Week 6 Progress Update

This week has again been very slow, I fixed my code for importing Cifar-10 which involved switching from a prebuilt TensorFlow library which handled Cifar-10 to custom code which imported the data using the TensorFlow data module (shown below). As with any module that I have not worked with before, it took a significant amount of time to learn and implement. I have moved on to debugging where I will probably be stuck for the remainder of this week and possibly further if any major problems arise, which they most likely will.
The functions I used to import the Cifar 10 dataset

Comments