modified model_config.yaml, replaced '???' with '/placeholder/path' to overcome problamatic early validations in nemo framework.
Browse filesWhile the correct approach will be to fix the problem in the nemo repository, this is much faster, and seems other nvidia models have some values there in the json anyhow and therefore avoid this issue.
notice this value is expected to be overriden by custom config/arguments yet some validations happen too early and raise an exception on missing values
stt_pt_fastconformer_hybrid_large_pc.nemo
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 452648960
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9ca9fa64e39ed70743ba760a67df89f6dfcaf85dea0fd145c479cdcbbb03f38
|
| 3 |
size 452648960
|