AlienChen commited on
Commit
af66ec2
·
verified ·
1 Parent(s): 90d840d

Update moppit.py

Browse files
Files changed (1) hide show
  1. moppit.py +1 -1
moppit.py CHANGED
@@ -148,7 +148,7 @@ for i in range(args.n_batches):
148
  else:
149
  scores.append(candidate_scores.item())
150
 
151
- print(f"Sample: {input_seqs[0]")
152
  print(f"Scores: ")
153
  for i, objective in args.objectives:
154
  print(f"{objective}: {scores[i]:.4f}")
 
148
  else:
149
  scores.append(candidate_scores.item())
150
 
151
+ print(f"Sample: {input_seqs[0]}")
152
  print(f"Scores: ")
153
  for i, objective in args.objectives:
154
  print(f"{objective}: {scores[i]:.4f}")