1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 18:11:18 +08:00

Update format.

This commit is contained in:
lwwang1995
2020-11-30 20:55:55 +08:00
committed by you-n-g
parent e0dad0e85a
commit 620e325da1

View File

@@ -115,7 +115,7 @@ class ALSTM(Model):
np.random.seed(self.seed)
torch.manual_seed(self.seed)
self.ALSTM_model = ALSTMModel(
d_feat=self.d_feat,
hidden_size=self.hidden_size,