gitosu67
gitosu67
@timmoon10 Yes, that works and now I am running lbann as: `mpiexec lbann --prototext=exp.prototext`. exp.prototext has been generated using the command above in the provided lenet.py file. The training seems...
@timmoon10 @benson31 I noticed that line was already added. I have attached my log which contains whatever gets printed in the console. I terminated the process because it gets stuck...
@timmoon10 to run on GPU I am building: `spack install [email protected]+cuda+nccl ^[email protected] ^[email protected] ^conduit~fortran ^[email protected]` But after installing and loading the modules using: spack load lbann-(packagename) (also loading aluminum, hydrogen,cuda...
I did but still getting the same error. It might be a version problem but the following shows when I do` module list`: ``` 1) xalt/latest 9) lbann-0.101-gcc-8.4.0-3uaigsn 2) gcc-compatibility/8.4.0...
@NeutrinoXY I am getting the same error when I try to create another chaihandle by calling the xiInit() function. For example for vgg-16, I do: chaihandle1 -> start="", end="pool5" chaihandle2...