Andy Chisholm

Results 5 comments of Andy Chisholm

Example output: ``` print json.dumps(docs.take(1)[-1], indent=2, sort_keys=True) { "_id": "en.wikipedia.org/wiki/Tonje_Sagstuen", "citations": [ { "offset": 179, "title": "\"1992 Summer Olympics \u2013 Barcelona, Spain \u2013 Handball\" \"databaseOlympics.com\" (Retrieved on February 12, 2008)",...

The readmes for nel and sift document installation. Best demo of a full run through (building models with sift + training and then running an entity linker) is the notebook:...

Per the conversation in [discord ](https://discord.com/channels/1047782741736968202/1083237141531856937) it sounds like there might be some guardrails needed around the length/alphanumeric content of the hash? Happy to add that to the [PR](https://github.com/aimhubio/aim/pull/2738) if...

That makes sense. Actually I was confused about `run_name` as it has no effect when passed into the lightning `AimLogger` currently (for a new run), but perhaps that's unintended/a bug?...

@mihran113 @alberttorosyan any thoughts on whether we could proceed with this feature if: - we constrain the allowed `run.hash` format to something like `[a-z0-9\-]+`? - or, `[a-z0-9]{24}` as current if...