Hi @joeFurbee, Thank you for the quick reply! Based on your suggestions, I've tested the following fit-settings: dc_model.fit(data = train, mini_batch_size = 32, max_epochs = 6, lr = 0.001, log_level = 2) Using max_epochs = 6 and mini_batch_size = 32, the fit runs without any errors. dc_model.fit(data = train, mini_batch_size = 8, max_epochs = 6, lr = 0.001, log_level = 2) The fit also runs without any errors using max_epochs = 6 and mini_batch_size = 8. So far, everything seems to point towards the possibility that the SAS Viya-environment I'm using is unable to handle things beyond a certain load, thereby resulting in the error (that's the feeling I'm getting at least). Thank you, Jian
... View more