Automate opening an hdf5 file
Hello, I am trying to create a .jsl script that will import the hdf5 files from Tensorflow, identify how many files are there (kernels + bias) and save them as datatables to then translate it to a form readable and usable as a surrogate by JMP. The way I am opening the datatables so far is very manual; I use Open( "filename.h5", {"list_of", "dataset_names"}); to import all the dataset names. Ho...