algorithms/GSN.py
2
E501:
line too long (92 > 79 characters) (and 1 similar)
Line too long (92 > 79 characters):
8
model
=
initialize_model
(
config
,
d_out
,
full_dataset
=
full_dataset
)
.
to
(
config
.
device
)
Line too long (89 > 79 characters):
20
return
self
.
loss
.
compute
(
results
[
'y_pred'
],
results
[
'y_true'
],
return_dict
=
False
)