mirror of
https://github.com/Cian-H/symbolic_nn_tests.git
synced 2026-01-06 21:41:57 +00:00
Created consistent dataloader
This commit is contained in:
6
symbolic_nn_tests/__main__.py
Normal file
6
symbolic_nn_tests/__main__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Working")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user