Skip to content

Commit

Permalink
Cleanup/remove deprecated structures (#51)
Browse files Browse the repository at this point in the history
* rm attention operators

* rm deprecated deep o variants
  • Loading branch information
JakobEliasWagner authored Aug 18, 2024
1 parent aa05765 commit 7c5776a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 743 deletions.
24 changes: 0 additions & 24 deletions src/nos/networks/attention/__init__.py

This file was deleted.

92 changes: 0 additions & 92 deletions src/nos/networks/attention/function_encoder.py

This file was deleted.

50 changes: 0 additions & 50 deletions src/nos/networks/attention/heterogeneous_normalized_attention.py

This file was deleted.

84 changes: 0 additions & 84 deletions src/nos/networks/attention/multi_head_attention.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/nos/networks/attention/scaled_dot_product_attention.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/nos/operators/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
from .attention import (
AttentionOperator,
FunctionEncoder,
TransformerOperator,
)
from .belnet import (
BelNet,
)
Expand All @@ -12,12 +7,6 @@
from .deep_neural_operator import (
DeepNeuralOperator,
)
from .deep_o_branch_fno import (
DeepOBranchFNO,
)
from .deep_o_fno import (
DeepOFNO,
)
from .deep_o_net import (
DeepONet,
)
Expand All @@ -44,17 +33,12 @@

__all__ = [
"MeanStackNeuralOperator",
"DeepOBranchFNO",
"DeepDotOperator",
"NeuralOperator",
"DeepNeuralOperator",
"DeepONet",
"FourierNeuralOperator",
"DeepRootOperator",
"DeepOFNO",
"AttentionOperator",
"FunctionEncoder",
"TransformerOperator",
"BelNet",
"to_json",
"to_pt",
Expand Down
11 changes: 0 additions & 11 deletions src/nos/operators/attention/__init__.py

This file was deleted.

Loading

0 comments on commit 7c5776a

Please sign in to comment.