Kyle Gorman

Results 249 comments of Kyle Gorman

> @kylebgorman Can you confirm that this dynamic layer update will be reflected in the logged hyperparameters? It'll log, e.g.: ``` decoder_layers: 1 encoder_layers: 2 ``` and similarly in `hparams.yaml`,...

@Adamits gentle ping on this, any thoughts?

So the CSV there will be wrong (it'll say 2 encoder layers but 1 decoder layer, but it'll train with 2x2) but if you reuse those arguments again, the same...

On reflection, this is exclusively an issue for tuning. I think the solution, then, is to incorporate the ability to link values of one variable to another, and to do...

[This patch](https://github.com/EmilStenstrom/conllu/commit/32f7d119e152a26dc62c278aac93e8f55954b13d) is my attempt to sidestep the issue, though I have no deeper understanding.

Sure. Let me note something that may or may not be related: I am finding that the `TokenList.filter` method also drops the metadata (though it looks like it wouldn't). Is...

Could you put a reproducible example into a Gist or similar pastebin site? I need the TextGrid file (or a file like it) and the code. From this example I...

I wasn't familiar with that format so I just looked it up. Admitting I don't really have the full context and this might be wildly ignorant, I don't see how...