backend uses attention_rnn now
i found it was producing better results, but providing both models makes it easy to switch back and forth
This commit is contained in:
parent
39d9a2ae72
commit
06e45fa266
BIN
server/attention_rnn.mag
Normal file
BIN
server/attention_rnn.mag
Normal file
Binary file not shown.
@ -29,7 +29,7 @@ import time
|
||||
import tempfile
|
||||
import pretty_midi
|
||||
|
||||
BUNDLE_NAME = 'basic_rnn'
|
||||
BUNDLE_NAME = 'attention_rnn'
|
||||
|
||||
config = magenta.models.melody_rnn.melody_rnn_model.default_configs[BUNDLE_NAME]
|
||||
bundle_file = magenta.music.read_bundle_file(os.path.abspath(BUNDLE_NAME+'.mag'))
|
||||
|
Loading…
Reference in New Issue
Block a user