You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've now implemented the first two items here. However, note that I've leaned on doing this at the TF-GNN level instead of the loader level, because I think we should stick to the useful conceptual separation:
The loader limits itself to exposing data from the capnp dataset
The various modules (TF2, TFGNN, etc) do whatever they like with this data
Eventually, I'd like to clean up the loader from other stuff that is cluttering it and not being used (e.g. train/validation splits), but for now at least I think we should not add here higher-level functionality.
Anyway, maybe we can close this issue and keep #9 as a reminder of what is left?
Add options to the data loader to filter out:
tactic_text != interm_tactic_text
The text was updated successfully, but these errors were encountered: