ericbolo
ericbolo
I get a similar error (python 3.6): Unhandled exception in thread started by Traceback (most recent call last): File "/home/eric/anaconda3/lib/python3.6/site-packages/django/utils/autoreload.py", line 228, in wrapper fn(*args, **kwargs) File "/home/eric/anaconda3/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 147,...
Thank you for your answer. I now understand the reason behind the "oracle" lists in audio_test.py. To avoid setting them manually I simply increased FRAMES_PER_SAMPLE to 1000 to capture the...
Great! I'll give that repo a closer look and read the paper carefully, then get back to you On Feb 18, 2018 1:12 PM, "Haoran Zhou" wrote: > Thanks for...
To play with the model, I reduced the embedding dimension to 10, and it runs. I'll also try with a smaller dataset. I'll do some memory usage monitoring at some...
Changing the "validUntil" attribute l4 of example_setup/sp/sp/saml2_config/idp_metadata.xml to a future date solved it for me
I for one would like to have this feature as it allows me create reusable apps with webpack-loaded frontend. This is the hack I wrote yesterday: ```python bv_apps = ['topics']...
The apps must confirm to some interface: agreed. The issue I see with just getting the path to the webpack-stats.json is that you're not getting 1/ the BUNDLE_DIR_NAME and 2/...
Thanks for the input @sontung . The Bahdanau paper is cited in the punctuator paper, the authors draw directly from the encoder-decoder model, hence my question. I will try the...
Thanks @ottokart , that clears things up ! And saves me the trouble of going down a rabbit hole :)
Sure! There's another change I'd like to make as I explain in #134 , also related to parallel training, but I'm looking for validation from core contributors on this one....