pythonConvertCifar-10
                                
                                 pythonConvertCifar-10 copied to clipboard
                                
                                    pythonConvertCifar-10 copied to clipboard
                            
                            
                            
                        Keyerro "data"
Hi When I run this code,I get keyerror: 'data'(Python3.6), do you know why? Thanks.
Because ,the dictionary doesn't have the Key - “data” ,you need add 'b'before 'data' Xtr[b'data'], OK