Summary
Users may want to interact with the model class implemented by deep learning frameworks. DeepEval should provide a method to get the model class.
Detailed Description
Add a method to DeepEval which can obtain the model class. For example, for PyTorch, it's based on nn.Module.
Further Information, Files, and Links
No response
Summary
Users may want to interact with the model class implemented by deep learning frameworks. DeepEval should provide a method to get the model class.
Detailed Description
Add a method to DeepEval which can obtain the model class. For example, for PyTorch, it's based on nn.Module.
Further Information, Files, and Links
No response