Closed janamoumita1997 closed 2 years ago
Another possibility is to set the PYTHONPATH
variable.
env PYTHONPATH=src python bin/run_patchcore.py
Thanks @petergehler @Cveinnt . Both the suggestions works for me . Thanks a lot. Closing the isssue.
@janamoumita1997 this is because the
patchcore
module is located insrc/patchcore
. If you just want to run the sample training script, you can movebin/run_patchcore.py
into thesrc/
, then change the script accordingly.