nvidia-beer

Results 1 issues of nvidia-beer

I am getting an error when I am running **python mlp_image_fit.py** (see bellow) **To recreate**: build docker: ``` docker build -t slang-python . ``` with Dockerfile: ``` FROM nvcr.io/nvidia/pytorch:23.10-py3 WORKDIR...