Skip to content
Snippets Groups Projects
Commit 396a9651 authored by Fuchs, Pim's avatar Fuchs, Pim
Browse files

Update runs.py

parent 6653c29e
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,9 @@ def main():
if init != 'uniform':
print("Disabling false start, since uniform initialization was not chosen.")
fsr = 0.0
if not os.path.isdir("./Results"):
os.mkdir("./Results")
# Train the network in triplo
for i in range(3):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment