Update moppit.py
Browse files
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}")
|