-
Notifications
You must be signed in to change notification settings - Fork 9
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
mat_rework_inverse_mode #36
Conversation
aminevdam
commented
Sep 25, 2023
- Переработал метод mat для решения систем и совместил с адаптивными лямбдами.
- PINN mode для решения обратной задачи. На данный момент данные о решении подаются как граничные условия.
- Небольшой рефакторинг для ускорения вычислений (избавился от ненужных циклов)
- Добавил несколько экспериментов с методом mat для систем.
mat_for_system_and_adaptive_lamdas__inverse_task
tedeous/eval.py
Outdated
@@ -4,9 +4,11 @@ | |||
from tedeous.points_type import Points_type | |||
from tedeous.derivative import Derivative | |||
from tedeous.device import device_type, check_device | |||
from tedeous.utils import tensor_to_dict | |||
from torchtext.transforms import PadTransform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А нам правда не обойтись здесь без PadTransform и надо тащить целую зависимость torchtext?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.