Emanuel Huber
Emanuel Huber
I am having the same behavior. MD5: ``` 42aacc00e0ed6272b31ca7329055c108 udify-model.tar.gz ``` Stacktrace: ``` Traceback (most recent call last): File "predict.py", line 57, in batch_size=args.batch_size) File "/content/udify/udify/util.py", line 143, in predict_model_with_archive...
I can relate to the same problem, even with the suggested solution the error persists.
For some reason the destroy() event is being called every time when you click on the canvas, after destroying it for the first time, for a quick fix in the...
Thank you for the response! I am using this repo modified version of fairseq. I was able to load the model altering where fairseq looks for `dict.txt` in that way:...
It seems to be working fine with `gemini-pro`
@dberardo-com your example (without cron triggers) worked? If so, which version of nuclio did you use? I've tried with 1.11.24 but it didn't work.
Thanks for the update. I tried the same by upgrading the nuclio version to the latest (1.13.0) but still no success.
I tried `albumentations==1.2.1` and it worked well.
It's not difficult to get this setup, you can do the following steps: In models.py:88 add an `elif` statement with the label of your own dataset, feeding the X_train, y_train,...
v4.14.1 works but it doesn´t have single tenant support, any workarounds?