Skip to content
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

[pull] master from deepchem:master #2

Open
wants to merge 2,533 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 6, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 6, 2023
gauthamk02 and others added 29 commits March 4, 2024 23:12
Fix failing torch tests due to missing `pydantic` package
…tion

Fix bugs on ligand handling and pdbqt ligand support
KitVB and others added 30 commits November 18, 2024 09:36
* initial

* inception v3

* formatting fix

* fix for tests

* yapf and flake8 fix

* test fix

* added documention, updated layers.rst, added tests for layers
* Made regressor and classifier classes inheriting the existing class to replicate tf model

* reverted robust_multitask

* reverted robust in __init__.py

* Modified rst file to match new class names for progressive multitask regressor and classifier torchmodel

* Comments test_antibody_modeling.py which is causing pytest errors and crashing CI

* Changes to correct model in test_progressivemultitask_reload test

* HF CI

* Minor HF CI
* add layers and docs for SE(3) Transformer implemention

* added unitests

---------

Co-authored-by: Jose Siguenza <[email protected]>
* Robust classifier

* Adds more tasks to the forward test for architecture similarity

* Resolves conflict and passes lint tests

* Fixes input label processing using default generator

* Updates weights files with more appropriate ones with more tasks

* Formats for yapf and flake8

* Added tests for classification

* Fixes reload test

* Added PyTorch robustmultitask classifier model to rst

* Added docstring to default generator and logs training per epoch

* Removes logger and docstring

* Adds docstring to default generator and logs epoch training
…rs (#4184)

* added overfit test, updated documentation, fixed yapf and flake8 errors

* minor fix
* Robust regressor

* Robust regressor pytorch class:

* Adds more tasks to the architecture test for robust_regressor

* Adds more tasks to architecture similarity test

* Fixes mypy error

* Added PyTorch robustmultitask regressor model to rst

* Rebased and modified for robust multitask classifier and regressor

* Fixed __init__.py

* Rebased and fixed models.rst
Co-authored-by: Karaka Prasanth Naidu <[email protected]>
* fix flake8 issues

* fix mypy issue

---------

Co-authored-by: Jose Siguenza <[email protected]>
* irv changes

* irv changes

flake8,doctest fixes

* device fix

* irv.py, rst

* models.rst

* init

* yapf irv

* mypy changes

* irv mypy fix

* irv.py type annotation

* test_IRV.py torch import fix
* fix chemberta code

* fix finetuning test

* add test for multitask regression

* add docstrings
* fix finetuning test

* add test for random weight initialization

* add test for multitask regression

* fix molformer tests

* add docstrings
* Parallelized ODE Solver

* Updated tests and docs

* linting fixes

* Updated RK solvers

* fixed usage examples

* final doc fix 2

* Linting fix

* Final doc fix 3

* final clean up + update

* linting

* doctest fix

* doctest fix
* fixed magic numbers, changed name of featurize method, ci issue

* ci fix

* doctest fix

* fixed spelling mistake

* fixed doctests and featurizer examples (to use featurize())

* fix doctest
…sing DDP (#4201)

* huggingface fix

* fix hf model test
* fix lamb optimizer doctest

* fix doctest
* Add SE3TransformerFeaturizer for graph data

* fix mypy issues and changed name to EquivariantGraphFeaturizer

* fix type annotations and import featurizer name

* fix yapf and type annotations

* fix type annotation for python versions < 3.9

---------

Co-authored-by: Jose Siguenza <[email protected]>
#4197)

* Ported the existing TensorFlow cosine similarity function to PyTorch.

* adding tests

* linting fixes

* added a test that uses pre calculated value and made the size of tensor small

* adding the layer to layers.rst file for rendering

* minor fixes
* pin tf version for weave doctests

* unpin tf

* fix pyscf install using conda

* pyscf install fix 2

* fix typo

* fix dgl

* pin tf version for weave doctests

* fix pyscf install using conda

* fix dgl

* fix dgl

* formatting fixes

* fix

* fix2

* fix missing Levenshtein package

* hf tests fix 1

* fix linting

* torch win test install fix

* typo fix

* pyscf install fix try v1

* disk space fix

* move package installs to pip

* patch

* revert dqclibs change

* add missing c libraries

* revert pylibxc change

* fix python 3.11 install - was failing due to numpy bump

* Update test_progressive_multitask.py
* Fixing tutorial

* typo fix tutorial

* Fixing a tutorial

* typo fix
* BLAS error fix for cmake

* fix rest of the errors

* fix 3?

* fix3 v2

* fix 3 v3

* fix 4

* final fix
* tf to torch graphconv

* output added
* DAGLayer and DAGGather added

* add references

* comment fix

* correctness test added

* linting fix

* lint fix2

* lint fix3

* minor fix

* mypy fix

* mypy fix2
Co-authored-by: Jose Siguenza <[email protected]>
* Robust regressor

* Adds more tasks to the architecture test for robust_regressor

* Adds more tasks to architecture similarity test

* Fixes mypy error

* Feat: Initial commit of torch ported PINNs model along with basic tests

* Added default model and tests for it

* Fix: Reverting robust_multitask

* Docs: Added and modified docstrings

* Docs: Added PINN to model cheatsheet

* Docs: Fixed the name of the PINN model

* Feat: Added custom loss function to pinns torch model

* Added examples to docstrings for torch pinns model

* chore: formatted using yapf and flake8

* Refactor: custom eval function redundancy removed

* Docs: Fixes docstrings

* Feat: Replaces default NeuralNet class with  MultiLayerPerceptron class in torch layers

* Feat: Replaces default NeuralNet class with  MultiLayerPerceptron class in torch layers

* Fix: Uses tanh instead of relu

* Fix: Uses 5 layers with 100 neurons as per the original PINNs paper

* Fix: Uses 5 layers with 100 neurons as per the original PINNs paper

* Adds argument mode for regression and classification

* Fix: Fixes boundary loss error

* docs: fixe docstring

* docs: adds indentation after function definition in the documentation

* docs: makes the docs about boundary types easier to understand
* fixed the ODE tutorial

* small change in order of function parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.