A tool to configure, launch and manage your machine learning experiments.
78
stars
20
forks
source link
[BUG] Using the shorthand union type operator `|` in entrypoint type signatures causes universal failures on parsing. #64
Open
skothenhill-nv opened 2 months ago
Using the union type operator in entrypoint type signatures causes universal failures on parsing.
On the contrary, using
Union
to achieve the same signature does not fail:(omitted outputs, works as expected)