mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-07 04:00:09 +02:00
Default WAVENET_PREFER_NAM to ON
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ if (LSTM_PREFER_NAM)
|
||||
add_definitions(-DLSTM_PREFER_NAM)
|
||||
endif (LSTM_PREFER_NAM)
|
||||
|
||||
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)
|
||||
|
||||
if (WAVENET_PREFER_NAM)
|
||||
add_definitions(-DWAVENET_PREFER_NAM)
|
||||
|
||||
Reference in New Issue
Block a user