Skip to content

Commit

Permalink
update results, and solve problem with devices
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnopump committed May 17, 2021
1 parent c7a17fa commit 9e0ee0a
Show file tree
Hide file tree
Showing 11 changed files with 402 additions and 1 deletion.
Binary file modified notebooks/experiments/100_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/200_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/300_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/400_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/500_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/600_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/700_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/800_info.joblib
Binary file not shown.
Binary file modified notebooks/experiments/900_info.joblib
Binary file not shown.
401 changes: 401 additions & 0 deletions notebooks/experiments/logs_experiment.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebooks/integrated_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

logger.info("Assessing the speed of folding algorithm at length "+str(len(seq))+"\n")

logger.info( str( timeit.timeit('mp_nerf.proteins.protein_fold(**scaffolds, device=device)',
logger.info( str( timeit.timeit('mp_nerf.proteins.protein_fold(**scaffolds, device=device, hybrid=True)',
globals=globals(), number=1000) )+" for 1000 calls" )

logger.info("Saving the related information at {0}{1}_info.joblib\n".format(
Expand Down

0 comments on commit 9e0ee0a

Please sign in to comment.