You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on Anomalib v2 on a jupyter notebook and when i try to fit a patchcore model, i have this error :
" OSError: [Errno 5] Input/output error: '/workspace/results/Patchcore/DISCHITOP/v4' -> '/workspace/results/Patchcore/DISCHITOP/latest' "
i'm in the root of my workspace.
This is the code:
eng_patchcore = Engine()
md_patchcore = Patchcore(evaluator = ev_DISCHITOP)
eng_patchcore.fit(model = md_patchcore, datamodule = datamodule_DISCHITOP)
The text was updated successfully, but these errors were encountered:
I'm working on Anomalib v2 on a jupyter notebook and when i try to fit a patchcore model, i have this error :
" OSError: [Errno 5] Input/output error: '/workspace/results/Patchcore/DISCHITOP/v4' -> '/workspace/results/Patchcore/DISCHITOP/latest' "
i'm in the root of my workspace.
This is the code:
eng_patchcore = Engine()
md_patchcore = Patchcore(evaluator = ev_DISCHITOP)
eng_patchcore.fit(model = md_patchcore, datamodule = datamodule_DISCHITOP)
The text was updated successfully, but these errors were encountered: