twosixlabs / armory-example

Example external repository for interacting with armory.
MIT License
11 stars 11 forks source link

failed with "armory download" #55

Closed sissiok closed 4 years ago

sissiok commented 4 years ago

Hello,

I try to download scenarios by using "armory download". It works if I do not use "--no-docker" flag. But if I use --no-docker flag, I got the Segmentation fault as shown below: sudo python3 armory download /armory-example/scenario_download_configs/scenarios-set1.json --no-docker 2020-07-07 14:23:50 lambda-dual armory.main[5060] INFO Downloading requested datasets and model weights in host mode... 2020-07-07 14:23:50.849063: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcudart.so.10.0 Segmentation fault

System is Ubuntu 18.04.4 LTS Armory version: 0.10.0

I hope someone could help me to figure out what is going on here. Thank you!

davidslater commented 4 years ago

I think this was likely due a memory leak in the underlying TFDS framework. With the newer library, this should be resolved.