Jee Vang, Ph.D.
Jee Vang, Ph.D.
i tried to use docker-compose to create 1 master and 1+ worker containers, however, it didn't work. any ideas? the container just dies (spark_master) and i can't get to the...
```python from pybbn.generator.bbngenerator import generate_multi_bbn, convert_for_exact_inference from pybbn.sampling.sampling import LogicSampler bbn = convert_for_exact_inference(*generate_multi_bbn(20, max_iter=5_000)) sampler = LogicSampler(bbn) print(sampler.nodes) samples = sampler.get_samples(n_samples=5, seed=37) print(samples) ``` Will result in the following. ```bash...
In your example [here](https://github.com/aws/sagemaker-chainer-container) for building the final container, you execute this command `docker build -t preprod-chainer:4.1.0-gpu-py3 -f docker/4.1.0/final/py3/Dockerfile.gpu .`. However the build fails with the following error. Step 9/12...