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

pt: support multitask finetune #3480

Merged
merged 17 commits into from
Mar 22, 2024

pt:support multitask finetune

67b838d
Select commit
Loading
Failed to load commit list.
Merged

pt: support multitask finetune #3480

pt:support multitask finetune
67b838d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 17, 2024 in 1s

0.00% of diff hit (within 100.00% threshold of 77.49%)

View this Pull Request on Codecov

0.00% of diff hit (within 100.00% threshold of 77.49%)

Annotations

Check warning on line 96 in deepmd/pt/entrypoints/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/entrypoints/main.py#L93-L96

Added lines #L93 - L96 were not covered by tests

Check warning on line 99 in deepmd/pt/model/model/dipole_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/dipole_model.py#L99

Added line #L99 was not covered by tests

Check warning on line 82 in deepmd/pt/model/model/dos_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/dos_model.py#L82

Added line #L82 was not covered by tests

Check warning on line 85 in deepmd/pt/model/model/dos_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/dos_model.py#L85

Added line #L85 was not covered by tests

Check warning on line 4 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L2-L4

Added lines #L2 - L4 were not covered by tests

Check warning on line 10 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L10

Added line #L10 was not covered by tests

Check warning on line 13 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L13

Added line #L13 was not covered by tests

Check warning on line 16 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L16

Added line #L16 was not covered by tests

Check warning on line 19 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L19

Added line #L19 was not covered by tests

Check warning on line 27 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L27

Added line #L27 was not covered by tests

Check warning on line 117 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L117

Added line #L117 was not covered by tests

Check warning on line 142 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L141-L142

Added lines #L141 - L142 were not covered by tests

Check warning on line 152 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L145-L152

Added lines #L145 - L152 were not covered by tests

Check warning on line 159 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L157-L159

Added lines #L157 - L159 were not covered by tests

Check warning on line 165 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L164-L165

Added lines #L164 - L165 were not covered by tests

Check warning on line 170 in deepmd/pt/model/model/ener_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/ener_model.py#L170

Added line #L170 was not covered by tests

Check warning on line 80 in deepmd/pt/model/model/polar_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/polar_model.py#L80

Added line #L80 was not covered by tests

Check warning on line 83 in deepmd/pt/model/model/polar_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/polar_model.py#L83

Added line #L83 was not covered by tests

Check warning on line 562 in deepmd/pt/model/model/spin_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/spin_model.py#L562

Added line #L562 was not covered by tests

Check warning on line 565 in deepmd/pt/model/model/spin_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/model/model/spin_model.py#L565

Added line #L565 was not covered by tests

Check warning on line 121 in deepmd/pt/train/training.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/train/training.py#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 242 in deepmd/pt/train/training.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/train/training.py#L240-L242

Added lines #L240 - L242 were not covered by tests

Check warning on line 247 in deepmd/pt/train/training.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/train/training.py#L247

Added line #L247 was not covered by tests

Check warning on line 249 in deepmd/pt/train/training.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/train/training.py#L249

Added line #L249 was not covered by tests

Check warning on line 256 in deepmd/pt/train/training.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

deepmd/pt/train/training.py#L256

Added line #L256 was not covered by tests