Initial commit: RoseTTAFold-All-Atom configured for Wes with Harbor images and s3:// paths
This commit is contained in:
15
rf2aa/SE3Transformer/scripts/benchmark_inference.sh
Executable file
15
rf2aa/SE3Transformer/scripts/benchmark_inference.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
# Script to benchmark inference performance, without bases precomputation
|
||||
|
||||
# CLI args with defaults
|
||||
BATCH_SIZE=${1:-240}
|
||||
AMP=${2:-true}
|
||||
|
||||
CUDA_VISIBLE_DEVICES=0 python -m se3_transformer.runtime.inference \
|
||||
--amp "$AMP" \
|
||||
--batch_size "$BATCH_SIZE" \
|
||||
--use_layer_norm \
|
||||
--norm \
|
||||
--task homo \
|
||||
--seed 42 \
|
||||
--benchmark
|
||||
Reference in New Issue
Block a user