We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011b741 commit 6905406Copy full SHA for 6905406
src/CMakeLists.txt
@@ -57,7 +57,7 @@ else()
57
message("Using RTNeural for LSTM models")
58
endif (LSTM_PREFER_NAM)
59
60
-option(WAVENET_PREFER_NAM "Always use NAM Core for NAM WaveNet models" OFF)
+option(WAVENET_PREFER_NAM "Always use NAM Core for NAM WaveNet models" ON)
61
62
if (WAVENET_PREFER_NAM)
63
add_definitions(-DWAVENET_PREFER_NAM)
0 commit comments