David Mark Nemeskey

Results 38 comments of David Mark Nemeskey

@sdraper-CS Thanks for your solution, BTW, it seems to work (I am still running it, waiting for the results to see if they match the paper). However, I got an...

I have run the word-PTB LSTM model, and reached 74.54 PPL at the point where the code changes the optimizer to ASGD (and then it broke with `KeyError: 'ax'` on...

@sdraper-CS I ran both the original and your code under Pytorch 0.4, and found the following: - you should modify the loops on lines 244 and 260 in `main.py` to...

@sdraper-CS I did another experiment and replaced the line ``` self.register_parameter(name_w + '_raw', Parameter(w.data)) ``` with just ``` setattr(self, name_w + '_raw', w.data) ``` i.e. the `_raw` things are now...

@daemon You are right, it works, but it cannot reproduce the numbers in the paper either. I think that boat has sailed with Pytorch 0.4; at least until someone does...

Should /usr/local/lib be checked for libraries by default? Anyway, I exported it and still no cookie. :( Actually, in the virtual env: ``` $ ldd ./lib/python3.6/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so ./lib/python3.6/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.23'...

@danqing I followed all instructions. As for `LD_LIBRARY_PATH`, see my previous reply.

I ran into this problem as well. I am not sure, but I think I agree with @dschult on what I imagined the minimum branching would be. Maybe this logic...

I don't use nltk anymore, but for what it's worth, I agree. My original problem would have been solved by svgling.

I am getting the same error as well. The libraries are there in `/usr/lib/x86_64-linux-gnu/dri/`.