Benchmarks icon indicating copy to clipboard operation
Benchmarks copied to clipboard

ECP-CANDLE Benchmarks

Results 33 Benchmarks issues
Sort by recently updated
recently updated
newest added

We need the API for HPO runs on Polaris - has anyone started on this?

Added callbacks to measure performance throughput more precisely. By default, it shows the throughput for each epoch. Updated the optimizer API for keras==2.12 and keras==3.13 version

With the updates in candle_lib `model_name` is a required hyperparameter. Breaks UNO and might other Benchmarks also.

Proof of concept for containerizing benchmark models. Simple Dockerfile and standardized shell script for model execution.

Do not force big input data to reside inside a git clone. This forces code and big data to reside on the same FS (I use a soft link to...

enhancement

While running Pilot 1 NT3 using the command `python nt3_baseline_keras2.py --conf nt3_perf_bench_model.txt ` I ran into this error caused by a missing parameter ` Traceback (most recent call last): File...

* Code is generic and handles the neural network model as defined in the model_pytorch.txt file (similar to the TensorFlow/Keras version). * baseline_pytorch.py is the main function of the benchmark....