-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* prediction output in model eval mode * eliminate eval command, introduce -e flag for predict command * adapted unit test to new model runner and model functionality * updated documentation * removed log and result files * Generate new screengrabs with rich-codex * Update paper reference (#361) * Bug report template (#360) * bug report template * punctuation, hardware description item * Restrict NumPy to pre-2.0 (#344) * Restrict NumPy to pre-2.0 * Update changelog * Update paper reference (#361) --------- Co-authored-by: Lilferrit <[email protected]> * upgrade codecove to v4 (#364) * implemen eval mode at model runner level, fix unit test * CLI documentation * Generate new screengrabs with rich-codex * requested changes * Generate new screengrabs with rich-codex * evaluation test cases * file warnings, evaluation tests * fixed ubuntu specific test case bug * verify annotated mgf files * verify annotated mgf files * Generate new screengrabs with rich-codex * Save best model (#365) * save best model * save best model * updated unit tests * remove save top k config item * added save_top_k to deprecated config options * changelog entry * test case, formatting * requested changes * prediction output in model eval mode * eliminate eval command, introduce -e flag for predict command * adapted unit test to new model runner and model functionality * updated documentation * removed log and result files * implemen eval mode at model runner level, fix unit test * CLI documentation * Bug report template (#360) * bug report template * punctuation, hardware description item * Restrict NumPy to pre-2.0 (#344) * Restrict NumPy to pre-2.0 * Update changelog * Update paper reference (#361) --------- Co-authored-by: Lilferrit <[email protected]> * requested changes * evaluation test cases * file warnings, evaluation tests * fixed ubuntu specific test case bug * verify annotated mgf files * AnnotatedSpectrumIndex type error * requested changes, changelog entry --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Wout Bittremieux <[email protected]>
- Loading branch information
1 parent
ba58668
commit 67939b8
Showing
11 changed files
with
504 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
name: Bug Report | ||
about: Submit a Casanovo Bug Report | ||
labels: bug | ||
--- | ||
|
||
## Describe the Issue | ||
A clear and concise description of what the issue/bug is. | ||
|
||
## Steps To Reproduce | ||
Steps to reproduce the incorrect behavior. | ||
|
||
## Expected Behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
## Terminal Output (If Applicable) | ||
Provide any applicable console output in between the tick marks below. | ||
|
||
``` | ||
``` | ||
|
||
## Environment: | ||
- OS: [e.g. Windows 11, Windows 10, macOS 14, Ubuntu 24.04] | ||
- Casanovo Version: [e.g. 4.2.1] | ||
- Hardware Used (CPU or GPU, if GPU also GPU model and CUDA version): [e.g. GPU: NVIDIA GeForce RTX 2070, CUDA Version: 12.5] | ||
|
||
### Checking GPU Version | ||
|
||
The GPU model can be checked by typing `nvidia-smi` into a terminal/console window. | ||
An example of how to use this command is shown below. | ||
In this case, the CUDA version is 12.5 and the GPU model is GeForce RTX 2070. | ||
|
||
|
||
``` | ||
(casanovo_env) C:\Users\<user>\OneDrive\Documents\casanovo>nvidia-smi | ||
Fri Aug 2 12:34:57 2024 | ||
+-----------------------------------------------------------------------------------------+ | ||
| NVIDIA-SMI 555.99 Driver Version: 555.99 CUDA Version: 12.5 | | ||
|-----------------------------------------+------------------------+----------------------+ | ||
| GPU Name Driver-Model | Bus-Id Disp.A | Volatile Uncorr. ECC | | ||
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | ||
| | | MIG M. | | ||
|=========================================+========================+======================| | ||
| 0 NVIDIA GeForce RTX 2070 ... WDDM | 00000000:01:00.0 On | N/A | | ||
| N/A 60C P8 16W / 90W | 1059MiB / 8192MiB | 0% Default | | ||
| | | N/A | | ||
+-----------------------------------------+------------------------+----------------------+ | ||
``` | ||
|
||
## Additional Context | ||
Add any other context about the problem here. | ||
|
||
## Attach Files | ||
Please attach all input files used and the full Casanovo log file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.