ubclaunchpad / hermes

👟 On the way to captioning dialogs
2 stars 1 forks source link

Storing the dataset in HDF5 #12

Closed grig-guz closed 6 years ago

grig-guz commented 6 years ago

We can't store our dataset in .npy due to variable length sequences. Due to higher flexibility, HDF5 is a better option.

Task

Write a function that, given 2 arrays X and Y, stores them in HDF5 file format, where