jim geovedi

Results 6 comments of jim geovedi

i think this can be done by compiling `dynet` with intel mkl library. in my case i saw some speedup.

perhaps try to increase `—after-epoch`

other option would be modify or remove `progress.yml`... but i’m not sure if that’s the correct method

have you try the smaller `mini-batch` value?

I'm using SWIG 2.0.10 and managed to solve this problem by adding `-I/usr/include/sys` in `prepare.sh`. ``` diff diff --git a/swig/python/prepare.sh b/swig/python/prepare.sh index 2bf1095..e5a9ddd 100755 --- a/swig/python/prepare.sh +++ b/swig/python/prepare.sh @@ -7,5...

@Viper007Bond, you can use this [one](https://bitbucket.org/theblacklion/sublime_plugins/src/3ea0c9e35d2f/new_file_syntax.py) instead and activate it by adding `"on_new": "new_file_syntax"` on user settings.