I can't change the epoch #1906
-
Import the required modulesfrom anomalib.data import MVTec Initialize the datamodule, model and enginedatamodule = MVTec()
) Train the modelengine.fit(datamodule=datamodule, model=model) This is my code but for some reason the epoch is only 1 please help me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Source: |
Beta Was this translation helpful? Give feedback.
You should not change Patchcore either. It always needs only 1 epoch to train the model. For ganomaly, we could check it out.