Metadata-Version: 2.4
Name: CE_Module
Version: 0.1.0
Summary: A custom encoder using PyTorch
Project-URL: Homepage, https://github.com/DEPhantom/Custom_Encoder
Project-URL: Issues, https://github.com/DEPhantom/Custom_Encoder/issues
Author-email: DEPhantom <s10727220@cycu.org.tw>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: torch>=2.0.0
Description-Content-Type: text/markdown

\# Custom\_Encoder



This is a Python package extending PyTorch’s `nn.Module`, designed to allow deep learning training models to quickly change encoders without modifying the overall model architecture. It aims to improve code reusability and flexibility by enabling seamless integration of any encoder model.



\## Features

\-  Easily change encoders in existing models without changing architecture

&nbsp;   

\-   Enhance code reusability and modularity

&nbsp;   

\-   Compatible with arbitrary encoder models for flexible use



\## Usage



For more detailed information and examples, please visit my GitHub page:



\[GitHub Repository Link](https://github.com/DEPhantom/Custom\_Encoder#custom\_encoder)

