Skip to content

Commit

Permalink
remove blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Aug 28, 2023
1 parent 5e6ae12 commit 584cf53
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 479 deletions.
1 change: 1 addition & 0 deletions CHANEGLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@

- `Bilinear` is deprecated, use `Multilinear((in1_features, in2_features), out_features)`
- `HistogramEqualization2D`
- Remove `.blocks`, and will move it to examples
1 change: 0 additions & 1 deletion docs/API/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@
pooling
recurrent
reshaping
misc


3 changes: 2 additions & 1 deletion docs/API/containers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Containers


.. autoclass:: Sequential
.. autoclass:: RandomApply
.. autoclass:: RandomApply
.. autoclass:: RandomChoice
9 changes: 0 additions & 9 deletions docs/API/misc.rst

This file was deleted.

6 changes: 0 additions & 6 deletions serket/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from . import blocks
from .activation import (
ELU,
GELU,
Expand Down Expand Up @@ -46,7 +45,6 @@
ThresholdedReLU,
)
from .attention import MultiHeadAttention
from .blocks import UNetBlock, VGG16Block, VGG19Block
from .clustering import KMeans
from .containers import RandomApply, RandomChoice, Sequential
from .convolution import (
Expand Down Expand Up @@ -214,10 +212,6 @@
"ThresholdedReLU",
# attention
"MultiHeadAttention",
# blocks
"UNetBlock",
"VGG16Block",
"VGG19Block",
# container
"RandomApply",
"RandomChoice",
Expand Down
18 changes: 0 additions & 18 deletions serket/nn/blocks/__init__.py

This file was deleted.

176 changes: 0 additions & 176 deletions serket/nn/blocks/unet.py

This file was deleted.

Loading

0 comments on commit 584cf53

Please sign in to comment.