-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is test/test.sh intended for the cpu build only or is it expected to pass for the cuda build as well? With my cuda openfish build, I am passing OMP_NUM_THREADS=1 and leaving the remaining parameters (batch size, state len, timestep etc) untouched but the generated blob files are vastly different from the test data provided. Can you explain how exactly changing parameters like batch size and state len will affect the output sequences generated? I see there are some more comprehensive tests in the test/extensive_test.sh with additional blob data paths and param configs for the cuda build. Is there any way to get access to these samples or recommendations on how I can create my own datasets to test against with different openfish parameters? Thank you