Skip to content

Commit

Permalink
script clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Murphy committed Mar 5, 2024
1 parent 7dcbde9 commit a50e75d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ comparisons across them are valid.

## Reproducing results

The results of our work are based on two models a promoter model (epi_to_express - a custom, convolutional
The results of our work are based on two models a promoter model (ChromExpress - a custom, convolutional
neural network (CNN)) and a distal model, [chromoformer](https://www.nature.com/articles/s41467-022-34152-5),
transformer-based, DNA interaction-aware deep learning architecture.

Expand Down
3 changes: 0 additions & 3 deletions train_run_chromoformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,4 @@ def get_lr(optimizer):
if early_stopping.early_stop:
break
#scheduler.step()
#save result after 100 epochs or es
print('epoch',epoch)
print(aa)

0 comments on commit a50e75d

Please sign in to comment.