dl-twitch-series
dl-twitch-series copied to clipboard
Notebook from the Deep Learning Twitch Series on AWS (https://twitch.tv/aws)
Results
1
dl-twitch-series issues
Sort by
recently updated
recently updated
newest added
I'm reading through the E2_word_pronounciations.ipynb tutorial. There's one line `#pred_model = mx.mod.Module.load(prefix, num_epoch)` which suggests that we can load pre-trained model. However, I've tried numerous ways to load it. None...