Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Update NeuralNet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manonreau committed Nov 15, 2021
1 parent 9e20f85 commit 754060b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deeprank/learn/NeuralNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,8 @@ def __init__(self, data_set, model,

# output directory
self.outdir = outdir
if self.plot:
if not os.path.isdir(self.outdir):
os.mkdir(outdir)
if not os.path.isdir(self.outdir):
os.mkdir(outdir)

# ------------------------------------------
# Network
Expand Down

0 comments on commit 754060b

Please sign in to comment.