Skip to content

Commit

Permalink
Update train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elttaes authored Jan 7, 2023
1 parent 3cd007a commit 993fa02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Fitness/flu/alphafold/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import tensorflow as tf
from process_path import process_path
file_save='./tmp/scratch_nopair'
shutil.rmtree(file_save,True)
writer = tf.summary.create_file_writer(file_save)
model_params_dir='/home/public/bigdata/af2data/af2data'
os.environ['TF_FORCE_UNIFIED_MEMORY'] = '1'
Expand Down Expand Up @@ -280,4 +279,4 @@ def main(_):
tf.summary.scalar("Spearman", res, step=step)

if __name__ == '__main__':
app.run(main)
app.run(main)

0 comments on commit 993fa02

Please sign in to comment.