Kyle Gorman

Results 217 comments of Kyle Gorman
trafficstars

> @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...