Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some problems when training on my own dataset #69

Open
niezhongliang opened this issue Dec 7, 2018 · 1 comment
Open

some problems when training on my own dataset #69

niezhongliang opened this issue Dec 7, 2018 · 1 comment

Comments

@niezhongliang
Copy link

No description provided.

@niezhongliang
Copy link
Author

Hi, is there any one met this situation:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
*** Aborted at 1544160602 (unix time) try "date -d @1544160602" if you are using GNU date ***
PC: @ 0x7f5fb6607428 gsignal
*** SIGABRT (@0x3e8000049ff) received by PID 18943 (TID 0x7f5f837fe700) from PID 18943; stack trace: ***
@ 0x7f5fb66074b0 (unknown)
@ 0x7f5fb6607428 gsignal
@ 0x7f5fb660902a abort
@ 0x7f5fb741b84d __gnu_cxx::__verbose_terminate_handler()
@ 0x7f5fb74196b6 (unknown)
@ 0x7f5fb7419701 std::terminate()
@ 0x7f5fb7419919 __cxa_throw
@ 0x7f5fb7442082 std::__throw_bad_alloc()
@ 0x7f5fb860ecf4 std::vector<>::vector()
@ 0x7f5fb86534d7 caffe::DetectionDataLayer<>::load_batch()
@ 0x7f5fb86e5112 caffe::BasePrefetchingDataLayer<>::InternalThreadEntry()
@ 0x7f5fb850b6e5 caffe::InternalThread::entry()
@ 0x7f5fb850c60e boost::detail::thread_data<>::run()
@ 0x7f5fac1eb5d5 (unknown)
@ 0x7f5fa682a6ba start_thread
@ 0x7f5fb66d941d clone
@ 0x0 (unknown)
Aborted (core dumped)

I use my data follow window_file format. And set the batch_size = 1,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant