Skip to content
Snippets Groups Projects
Commit 3c86644c authored by Yandi's avatar Yandi
Browse files

[Second try] Removed time, space data as they are useless here

parent 8157f9fb
No related branches found
No related tags found
1 merge request!1Master into main
......@@ -180,6 +180,8 @@ def get_test_dataloader(
)
return test_loader
def transform_remove_space_time():
return lambda attributes : attributes[:,4:]
if __name__ == "__main__":
logging.basicConfig(filename='logs/dataloader_unit_test.log', level=logging.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment