Skip to content

Commit

Permalink
Add vectorized xor dataset to data
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasZahradnik committed Apr 8, 2021
1 parent bd2bc74 commit d16a510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neuralogic/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,5 @@ def validate_query(rule: str) -> bool:
base_path = os.path.abspath(os.path.dirname(__file__))

XOR = Dataset(source_dir=os.path.join(base_path, "..", "dataset", "simple", "xor", "naive"))
XOR_Vectorized = Dataset(source_dir=os.path.join(base_path, "..", "dataset", "simple", "xor", "vectorized"))
Mutagenesis = Dataset(source_dir=os.path.join(base_path, "..", "dataset", "molecules", "mutagenesis"))

0 comments on commit d16a510

Please sign in to comment.