ypwhs / DogBreed_gluon

kaggle Dog Breed Identification
https://www.kaggle.com/c/dog-breed-identification
126 stars 41 forks source link

tqdm(data) error #1

Closed shuxp closed 1 year ago

shuxp commented 6 years ago

my code went error when running for X,y in tqdm(data) I have installed all dependence. But went error like following terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)

Have you ever met this error before?Thanks.

ypwhs commented 6 years ago

你可以买两根 32G 的内存条,插到电脑上,重启,重新运行代码,也可以用 gluon 的 ImageFolderDataset。

shuxp commented 6 years ago

关键我用的是腾讯云的云主机。。会有影响嘛

ypwhs commented 6 years ago

那你可以开个 aws p2.xlarge 或者 p3,60G 内存够用了,这个项目需要大概 40G 内存。

shuxp commented 6 years ago

这样啊,我的内存56G,估计硬盘不够,硬盘只有50G,我换个大点的硬盘试试,谢啦