Sean Robertson

Results 24 comments of Sean Robertson

Making these changes, I get the wonderful: ``` tensorflow.python.framework.errors_impl.NotFoundError: /home/sdrobert/ExternalRepositories/miniconda3/envs/more-or-let/lib/libgomp.so.1: version `GOMP_4.0' not found ``` and when I check my library ``` $ dpkg -l | grep GOMP ii libgomp1:amd64...

@maximlt Sorry for the trouble! It's been a busy few weeks.

@jbednar, to answer your immediate question, my use case has always been machine learning. You can find an example [here](https://pydrobert-param.readthedocs.io/en/latest/serialization.html) in my supplementary library to `param` (N.B. this is not...

Hi @jbednar. The "reckless" mode is indeed reckless because it does neither of the things desired above. In other words, it a) tries to (de)serialize exactly the class specified in...

Hi @kkm000, It's not exactly what was asked, but I've written a Perl script that does the fiddling of the timings. [resolve_ctm_overlaps.py](https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/utils/ctm/resolve_ctm_overlaps.py) also resolves overlaps, but does so by deleting...

Hello. Can I weigh in a little bit? I think that serialization is a bit of overkill for these file types. Encoding things like bounds, choices, etc. becomes excessively verbose....

> so it already wouldn't normally include the bounds, available choices other than the current value, etc. True, I misspoke. What I meant was, in the above examples, because of...

@wgrathwohl I think @thudzj is right, and I've made a slight mistake in my implementation. If you think so, too, I'd be happy to make a PR with the change....

@agadetsky I've just submitted the PR. AFAICT it's working well now and converges a bit faster. Please note that the pytorch implementation was all my doing and thus the bug...

@agadetsky A cookbook is definitely on my to-do list. Currently, I'm adding more functionality according to the experimentation I'm doing. The best you'll get right now are in my unit...