Skip to content

Commit

Permalink
added anomaly detection for images
Browse files Browse the repository at this point in the history
  • Loading branch information
KGallyamov committed Jul 24, 2024
1 parent d7a0e64 commit f967acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from pckg_util import check_gpu_and_torch_compatibility

# check_gpu_and_torch_compatibility()
check_gpu_and_torch_compatibility()
# os.environ["WANDB_DISABLED"] = "true"
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"

Expand Down Expand Up @@ -56,4 +56,4 @@ def main(config) -> float:
)
sys.argv.append("hydra.run.dir=./logs")
sys.argv.append("hydra.job.chdir=True")
main()
main()

0 comments on commit f967acd

Please sign in to comment.