Skip to content

Comments

Shuffle hdf5 input data#1205

Closed
PatWie wants to merge 1 commit intoBVLC:devfrom
PatWie:dev
Closed

Shuffle hdf5 input data#1205
PatWie wants to merge 1 commit intoBVLC:devfrom
PatWie:dev

Conversation

@PatWie
Copy link
Contributor

@PatWie PatWie commented Oct 2, 2014

After loading a hdf5data file the order of the data can be changed
by setting "shuffle:true" in prototxt for the specific layer. Per-
mutation is done after switching to a new hdf5 file or after each
of the data in the hdf5 file was presented to the neural network.

(compilation was tested)

After loading a hdf5data file the order of the data can be changed
by setting "shuffle:true" in prototxt for the specific layer. Per-
mutation is done after switching to a new hdf5 file or after each
of the data in the hdf5 file was presented to the neural network.
@bluemellophone
Copy link

This fix for the HDF5 works except that "PermuteData" in hdf5_data_layer.cu should be "ShuffleData", which is why the build is failing with Travis. There is also a handful of "errors" due to code formatting that Travis also highlights, but these are trivial.

@PatWie
Copy link
Contributor Author

PatWie commented Dec 2, 2014

Have a look at:
#1347

@PatWie PatWie closed this Dec 2, 2014
@etienne87
Copy link

is it possible to do this in train_val directly, rather than in database creation? this would be easier to have unique solution for any database.

@PatWie
Copy link
Contributor Author

PatWie commented Jun 23, 2015

the pull request is deprecated. See #2118

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

Successfully merging this pull request may close these issues.

3 participants