Skip to content

use_amp not define in CTCTrainer #16

@AMEERAZAM08

Description

@AMEERAZAM08

`2 frames
in training_step(self, model, inputs)
41 inputs = self._prepare_inputs(inputs)
42
---> 43 if self.use_amp:
44 with autocast():
45 loss = self.compute_loss(model, inputs)

AttributeError: 'CTCTrainer' object has no attribute 'use_amp'`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions