Markus Frey
Markus Frey
For now there are two functions which need to be adjusted for using it with a custom dataset (code taken from [Readme](https://github.com/CYHSM/DeepInsight#example-usage)): ```python # Load your electrophysiological or calcium-imaging data...
Thanks a lot, let me see if I can answer some of these questions. 1. As of now, there is no quantification of replay implemented in DeepInsight, but let me...
That seems strange, can not reproduce it here. Can you try to cast it to float32 before printing? Something like this: `print(np.array(hdf5_file['inputs/fourier_frequencies']).astype(np.float32))` For future reference, it is likely related to...