Toby Roseman
Toby Roseman
[Loading an untrusted TensorFlow model is not secure](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md). If you can give me a minimal example (i.e. something I just can copy and paste), I'll take a look. You could...
I'm not sure what `tf.saved_model.load` is returning but looking at the `dir` of that object it certainly doesn't look like a TensorFlow model, i.e. doesn't seem like you can get...
@Jeetendra-Shakya - as I said [earlier in this very issue ](https://github.com/apple/coremltools/issues/1542#issuecomment-1169367361) loading an untrusted TensorFlow model is insecure. Can someone please do some investigation and come up with a minimal...
> Is there any update on this by any chance? Thanks a lot in advance! Sorry, no update. Our support for Torch Script models is experimental. We have much better...
@aakansha-oncoshot - please share the rest of the code to reproduce this bug. How are you calling `coremltools.convert`?
I can't train your model. The following variables are not defined in your code: `X_train`, `dummy_y`, `X_test`, and `y_val`. However I believe this issue has been fixed in the latest...
> I'll be able to add these but this might not happen today sadly. I'll try to get to it this week 😄 No worries about the timing. Let me...
@dncnbuck - no worries about this falling off your radar. Thanks for getting back to it. Please rebase this pull request on top of `main`. Then I will kick off...
This seems at least some what related to #1322. Both are trying to convert some type of Detectron2 model. However the errors are different. @ptmdmusique - What is `cfg`? That...
@addisonklinke - Thanks for your work here. I can reproduce the error message using the code from your first post. That is very helpful. I'm not sure I understand your...