-
Notifications
You must be signed in to change notification settings - Fork 18.6k
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
Cherry-pick add option to save multiple data in HDF5Output #1392
Conversation
9097703
to
f568fb6
Compare
191652e
to
9bc99eb
Compare
force hdf5 file to flush
@sguada I get an error when trying to output my output layer results. See the error below. Any ideas on how to fix this? My layer looks like this:
Error here:
|
Hi, we are getting the same error as @Tgaaly. Is there a simple fix for this? |
Sorry of we cannot discuss it here.
Is there an intention to integrate it on caffe soon? |
Closing since the dev branch is deprecated. Please send PRs to master. |
dev branch is deprecated. How can we get this pull? but it has compile errors like this: |
This PR allows the HDF5Output layer to save multiple blobs, as many a bottoms, and during multiple batches, each one numbered consecutively.
This example would save
fc7
andfc8
features plus thelabel
. If there are split layers the names would be changed accordingly. Each forward pass will increment thebatch_id
and append it to thedataset_name