دنبال کننده ها

۱۳۹۶ مرداد ۹, دوشنبه

deep learning - jupyter notebook kernel dies when use mxnet ImageRecordIter with cifar10_val.rec

[ad_1]



The cell is like below, trying to use cifar10_val.rec.The file is there.



def get_data_from_cifar(): 
train = mx.io.ImageRecordIter()
val = mx.io.ImageRecordIter()
return train, val

train, val = get_data_from_cifar()


Everytime I run the notebook it dies,telling




The kernel appears to have died. It will restart automatically.




There is a post about jupyter notebook kernel dies when using pandas,it's about memory,however it has to_sparse() to deal with that.



The memory in my pc is not huge also.However,while running the cell,the taks manager doesn't show the memory like to be exhausted.



Could this be some other problem?




[ad_2]

لینک منبع