Shortcuts

ts.torch_handler.unit_tests.models package

Submodules

ts.torch_handler.unit_tests.models.base_model module

Simple feed-forward model used only to test BaseHandler

class ts.torch_handler.unit_tests.models.base_model.ArgmaxModel(*args, **kwargs)[source]

Bases: Module

forward(*input)[source]

Define the computation performed at every call.

Should be overridden by all subclasses.

Note

Although the recipe for forward pass needs to be defined within this function, one should call the Module instance afterwards instead of this since the former takes care of running the registered hooks while the latter silently ignores them.

training: bool
ts.torch_handler.unit_tests.models.base_model.save_pt_file(filepath='base_model.pt')[source]

Module contents

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources