Hosted by
CERN
print("Train files")
file_train_path = Path("../.aqora/data/data/events.hdf5")
abs_file_train_path = file_train_path.resolve()
print("Inspect file")
inspect_hdf5(abs_file_train_path)
print("Inspect events")
inspect_events_hdf5(abs_file_train_path)
print("Inspect random number")
inspect_random_numbers(abs_file_train_path)
print("\n")
print("Test files")
file_test_path = Path("../.aqora/data/data/events-validation.hdf5")
abs_file_test_path = file_test_path.resolve()
print("Inspect file")
inspect_hdf5(abs_file_test_path)
print("Inspect events")
inspect_events_hdf5(abs_file_test_path)
print("Inspect random number")
inspect_random_numbers(abs_file_test_path)
2
Posted by eno •
2
Posted by jag •
2
Posted by eno •
2
Posted by jag •
2
Posted by jag •
2
Posted by eno •