-
Notifications
You must be signed in to change notification settings - Fork 72
chore: dependency updates, performance optimizations, and bug fixes #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
alexey-krasnov
wants to merge
29
commits into
thomas0809:main
Choose a base branch
from
alexey-krasnov:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 19 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c50ac1f
chore: implemented dynamic adjustment of num_workers. updated gitignore
alexey-krasnov 266d31c
chore: bumped dependency of rdkit to 2024.3.5
alexey-krasnov d8346d0
chore: updated verson rdkit in requirements.txt, set num_workers equa…
alexey-krasnov 2c0aa8d
fix: fixed version of transformers>=4.5.1,<=4.47.0
alexey-krasnov b77f086
fix: fixed versions of opencv-python>=4.10.0.84 and numpy>=1.19.5,<2.…
alexey-krasnov fcd40c7
chore: merged with remote version
alexey-krasnov 7f457c6
Merge pull request #3 from alexey-krasnov/build
alexey-krasnov 02f8014
feat: updated requirements. Tested updated version of dependencies. T…
alexey-krasnov bcae485
feat: updated requirements. Tested updated version of dependencies. T…
alexey-krasnov 77fe487
feat: updated requirements. Tested updated versions of dependencies.
alexey-krasnov 1fabf64
fix: fixed requirements for transformers>=4.5.1,<=4.47.0
alexey-krasnov 8f8fc06
fix: fixed requirements for transformers>=4.5.1,<=4.47.0
alexey-krasnov 25fb1a9
style: removed redundand commented code
alexey-krasnov f69a5e4
fix: fixed version of albumentations, used proper import of class fro…
alexey-krasnov 94b07c9
chore: implemented batch_size-32 for Apple MPS. Adjusted and tested t…
alexey-krasnov 31e4dd1
chore: bumped version to 1.2.0. Implemented fix a bug about case like…
alexey-krasnov 65e9218
updated and tested versions of transformers>=4.47.0,<=4.52.4
alexey-krasnov f3b9825
chore: made changed according to CrystalEye42 fork
alexey-krasnov 89f2fc8
chore: added R-groups from MolNexTR
alexey-krasnov 2e98d43
chore: bumped version from 1.2.0 to 1.2.1
alexey-krasnov c8d33bb
chore: Removed dynamically adjusted num_workers based on the number o…
alexey-krasnov be9cf7e
chore: Removed dynamically adjusted num_workers based on the number o…
alexey-krasnov 0ce05a2
chore: Removed dynamically adjusted num_workers based on the number o…
alexey-krasnov 1c6278f
chore: Removed unnessesary AllChem.Compute2DCoords(mol) from _expand_…
alexey-krasnov a5dcd5b
chore: Removed unnessesary AllChem.Compute2DCoords(mol) from _expand_…
alexey-krasnov c7b5010
fix: added accidentally removed self.optimal_batch_size param
alexey-krasnov 564973d
fix: added param num_workers in docstring of MolScribe class
alexey-krasnov 784450e
fix: added param num_workers in docstring of MolScribe class
alexey-krasnov 568b285
Merge pull request #4 from alexey-krasnov/build
alexey-krasnov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -10,3 +10,4 @@ tmp/ | |
| **/checkpoints/ | ||
| *.png | ||
| **/.DS_Store | ||
| *.egg-info | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,14 +1,15 @@ | ||
| torch | ||
| torch>=2.5.0,<=2.7.1 | ||
| torchvision | ||
| numpy>=1.19.5,<2.0 | ||
| pandas>=1.2.4 | ||
| pandas>=2.2.3 | ||
| matplotlib>=3.5.3 | ||
| opencv-python==4.5.5.64 | ||
| transformers>=4.5.1 | ||
| opencv-python>=4.10.0.84 | ||
| huggingface-hub>=0.11.0 | ||
| tensorboardX | ||
| SmilesPE==0.0.3 | ||
| OpenNMT-py==2.2.0 | ||
| rdkit>=2022.3.3 | ||
| albumentations @ git+https://github.com/albumentations-team/albumentations@37e714fd2e326f6f88778e425f98c2de8c8d5372 | ||
| timm @ git+https://github.com/rwightman/pytorch-image-models.git@54a6cca27a9a3e092a07457f5d56709da56e3cf5 | ||
| rdkit>=2024.3.5 | ||
| albumentations==1.1.0 | ||
| timm>=0.4.12,<=0.5.4 | ||
| # Only this version of transformers are compatible with timm | ||
| transformers>=4.47.0,<=4.52.4 |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.