zabaras / transformer-physx

Transformers for modeling physical systems
https://zabaras.github.io/transformer-physx/
MIT License
127 stars 32 forks source link

Regarding the format of HDF5 files, what and how should one organize and structure the data if one wants to test the colab files for his/her physical model? #7

Open AbhishekG-1plus opened 1 year ago

AbhishekG-1plus commented 1 year ago

What should be the input to the embedding and transformer colab? How are the HDF5 files structured? What is the meaning of the following naming in the hdf5 files ['0', '1', '10', '100', '1000', '1001', '1002', '1003', '1004', '1005', '1006', '1007', '1008', '1009', '101', '1010'... ?

keyspire commented 8 months ago

Hi, I guess it is just a label of the time series. The order of labels just reflects the order of strings. You can create a .h5 or .hdf5 file by treating different time series as different datasets (In HDF5 format, every dataset comes under the root directory \. ).