Closed iLeW closed 3 years ago
Bug on the core anomaly-toolbox app. The app does not start because of the copyright description that shadows the #!/usr/bin/env python3 shebang line header.
#!/usr/bin/env python3
anomaly-box.py --run-all --hps-path path/to/config/hparams.json --dataset MNIST
Linked to pull request #3
Description
Bug on the core anomaly-toolbox app. The app does not start because of the copyright description that shadows the
#!/usr/bin/env python3
shebang line header.What I Did