Nikolai Krot

Results 25 comments of Nikolai Krot

@nipunsadvilkar , i managed to run the tool by downgrading the versions of keras, tensorflow and seqeval. I mentioned this in my post. The reason for filing the issue is...

any progress on this show-stopping issue?

how to remove the banner 'We’ve made several improvements to the new runs comparison experience.... If you prefer to use this experience, we'd love to know more.' ?

are there any plans to fix this crap in near future? i feel pissed off having to rearrange the windows twice per day.

Works for me (my locale is UTF-8) ``` require 'ffi/hunspell' dict = FFI::Hunspell.dict('ru_RU') dict.valid? "рассчитывал" #=> true dict.encoding #=> # dict.stem "рассчитывал" #=> ["рассчитывать"] ```