sherlock-project
sherlock-project copied to clipboard
How to change the number of epochs ?
I have tried changing the value of epochs in model.py, however it still runs till 100 epochs.
Hi @sadhiman7, that sounds odd, do you initialize and train the model using SherlockModel(...).fit(...)
or from the json file? And, did you install the package as editable? Similar questions to you @kapilmayank.
Hi @sadhiman7, did you solve this issue?