Update models/peptiverse_classifiers.py
Browse files
models/peptiverse_classifiers.py
CHANGED
|
@@ -109,7 +109,6 @@ def parse_motifs(motif: str) -> list:
|
|
| 109 |
result.append(int(part))
|
| 110 |
|
| 111 |
# result = [pos-1 for pos in result]
|
| 112 |
-
print(f'Target Motifs: {result}')
|
| 113 |
return torch.tensor(result)
|
| 114 |
|
| 115 |
|
|
|
|
| 109 |
result.append(int(part))
|
| 110 |
|
| 111 |
# result = [pos-1 for pos in result]
|
|
|
|
| 112 |
return torch.tensor(result)
|
| 113 |
|
| 114 |
|