Spaces:
Build error
Build error
PeteBleackley
commited on
Commit
·
3fc3a1b
1
Parent(s):
e973c2b
Diagnostics
Browse files
qarac/models/QaracTrainerModel.py
CHANGED
@@ -102,5 +102,5 @@ class QaracTrainerModel(torch.nn.Module):
|
|
102 |
|
103 |
def devices(self):
|
104 |
print("Question encoder",self.question_encoder.device)
|
105 |
-
print('Answer Encoder',self.
|
106 |
print('Decoer',self.decoder.device)
|
|
|
102 |
|
103 |
def devices(self):
|
104 |
print("Question encoder",self.question_encoder.device)
|
105 |
+
print('Answer Encoder',self.answer_encoder.device)
|
106 |
print('Decoer',self.decoder.device)
|