This commit is contained in:
Charles Joseph Pierre Beauville 2021-06-28 01:17:51 +02:00
parent 99395ca3ec
commit aa2a248503

View File

@ -69,8 +69,6 @@ class Loco:
else:
turning_model_path = "/home/beauvill/Repos/monoloco/data/outputs/casr-210615-1128.pkl"
print('-'*10 + 'Output size :' + str(turning_output_size) + '-'*10)
if not device:
self.device = torch.device('cpu')
else: