taikiinoue45 / STAD

Uninformed Students: Student-Teacher Anomaly Detection with Discriminative Latent Embeddings
https://arxiv.org/abs/1911.02357
85 stars 18 forks source link

Running the sample code #3

Open sachitha-bandara opened 4 years ago

sachitha-bandara commented 4 years ago

Hello! I am trying to run your code in a gcp vm with all requirements are satisfied, but when I run the docker image for pytorch/tensorrt, i got the following, but docker ps doesnt return any active containers. Can you briefly explain how to run the code in docker from your docker image?

sudo docker run --runtime=nvidia taikiinoue45/pytorch:tensorrt

== NVIDIA TensorRT ==

NVIDIA Release 20.03 (build 10567415) NVIDIA TensorRT 7.0.0 (c) 2016-2020, NVIDIA CORPORATION. All rights reserved. Container image (c) 2020, NVIDIA CORPORATION. All rights reserved. https://developer.nvidia.com/tensorrt To install Python sample dependencies, run /opt/tensorrt/python/python_setup.sh To install open source parsers, plugins, and samples, run /opt/tensorrt/install_opensource.sh. See https://github.c om/NVIDIA/TensorRT/tree/20.03 for more information.

taikiinoue45 commented 4 years ago

@sachitha-bandara It's my bad... Could you give me a few days. I'll update README.md to reproduce my experiment.

sachitha-bandara commented 4 years ago

@sachitha-bandara It's my bad... Could you give me a few days. I'll update README.md to reproduce my experiment.

sure, thank you very much

taikiinoue45 commented 4 years ago

@sachitha-bandara I updated README.md to reproduce the MVTec AD experiment. If you have any problem, please let me know again 👍 https://github.com/TaikiInoue/STAD#4-reproduce-mvtec-ad-experiment

sachitha-bandara commented 4 years ago

@sachitha-bandara I updated README.md to reproduce the MVTec AD experiment. If you have any problem, please let me know again 👍 https://github.com/TaikiInoue/STAD#4-reproduce-mvtec-ad-experiment

Thank you very much. will let you know.