kelseymcghee4330 kelseymcghee4330 19-02-2024 Computers and Technology contestada When inheriting from nn.Module and combined with super().init(), what does it do? a) Initializes the module's parameters b) Sets up the optimizer c) Calls the constructor of the parent class d) Defines the forward pass