In the Notebook you sent:
can/should:
from lisbet.input_pipeline import load_records
be replaced with:
from lisbet.io import load_records
and then, when using load_records with:
_, rec_test, _ = load_records(DATASET, DATA_PATH)
what should DATASET consist of?
I see this points to DATASET = "CalMS21_Task1"
but I don't see CalMS21_Task1 in our sample download from earlier and so I don't know what our equivalent "DATASET" using our own data should look like. Maybe this is the top directory for all our labeled CSV files?
thanks
kip
In the Notebook you sent:
can/should:
from lisbet.input_pipeline import load_records
be replaced with:
from lisbet.io import load_records
and then, when using load_records with:
_, rec_test, _ = load_records(DATASET, DATA_PATH)
what should DATASET consist of?
I see this points to DATASET = "CalMS21_Task1"
but I don't see CalMS21_Task1 in our sample download from earlier and so I don't know what our equivalent "DATASET" using our own data should look like. Maybe this is the top directory for all our labeled CSV files?
thanks
kip