Josh Williams

Results 10 issues of Josh Williams

Hi, I have noticed a potential issue in the following code: https://github.com/pplonski/keras2cpp/blob/ce407cc06ca9886c330c1bf0e152058befcb60bb/keras_model.cc#L431-L433 Are you sure that we do not need to include dropout layer in prediction mode? In Figure 2...

Hi, This is related to #3665 (fixed by @roystgnr). I was compiling libMesh with VTK (tried 9.3.0 and 9.0.3), but when I managed to get configure to find the headers,...

Hi, After a series of turning things on/off in my code, I seem to have found that lbann.Scale is giving some problems or at least what I would call unexpected...

bug

Hi, I am trying to run the GAN tutorial on MNIST (I made some minor modifications for my system): ```python import argparse import lbann import lbann.launcher from gan_model import build_model...

Hi, I used the following command to build lbann with spack: `lbann@develop^[email protected]^hydrogen@develop`. This gave the following error: ``` 436 /lustre/scafellpike/local/HT04543/jxc06/jxw92-jxc06/spack/lib/spack/env/gcc/g++ -DH5_BUILT_AS_DYNAMIC_LIB -DPROTOBUF_USE_DLLS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE64_SOU RCE -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200809L -Dlbann_EXPORTS -I/tmp/jxw92-jxc06/spack-stage/spack-stage-lbann-develop-h7cwgrpnpn5sy3flznj6ve2sx6nh4sg5/spack-build-h7cwgrp...

bug
build

To demonstrate how to determine SSM coefficients, we should add a jupyter notebook tutorial. This may require creation of a toy dataset to enable creating two groups of similar shapes,...

Hi This commit closes #2466. Points to same directory as used in `vision/data/mnist.py` Josh

I was getting an error when trying to train with the model type "simple", due to hard-coded ConditionalDiffusion. I added a check to see which model to use.

Hi, I have added code to read exodus files with time-varying data. A field "a" that contains "values" of length T previously returned values[0]. Now, if len(values) > 1, new...