-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onnx Gather format supported? #9
Comments
Hi Calvin,
Sorry, but chunk and index slicing are not supported. I believe it would be feasible to implement, but we do unfortunately not actively develop VeriNet anymore.
Sorry I could not be of more help.
Best,
Patrick
… On 24 Aug 2023, at 15:58, Calvin Huang ***@***.***> wrote:
Hi,
We have recently tried to use VeriNet to run some certifications on NN. But encountered a problem when it failed to identify nodes with Op_type: Gather (the nodes are not recognized, thus raising a key error).
Is are the following functions supported by VertiNet (torch.cat, torch.chunk, index slicing)? If not supported but feasible, can you point me to some help to implement this?
Best,
Calvin
—
Reply to this email directly, view it on GitHub <#9>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AES3SPAJPTOE4USO7TQJDCLXW5T2DANCNFSM6AAAAAA35FHIYA>.
You are receiving this because you are subscribed to this thread.
|
Hi Calvin
I agree with what Patrick has said below. But would you be able to give
a little bit more background on your request in terms of problem domain
that you'd like to apply Verinet to, etc?
Best
…-Alessio
On 24/08/2023 17:02, Patrick Henriksen wrote:
Hi Calvin,
Sorry, but chunk and index slicing are not supported. I believe it would
be feasible to implement, but we do unfortunately not actively develop
VeriNet anymore.
Sorry I could not be of more help.
Best,
Patrick
> On 24 Aug 2023, at 15:58, Calvin Huang ***@***.***> wrote:
>
>
> Hi,
>
> We have recently tried to use VeriNet to run some certifications on
NN. But encountered a problem when it failed to identify nodes with
Op_type: Gather (the nodes are not recognized, thus raising a key error).
>
> Is are the following functions supported by VertiNet (torch.cat,
torch.chunk, index slicing)? If not supported but feasible, can you
point me to some help to implement this?
>
> Best,
> Calvin
>
> —
> Reply to this email directly, view it on GitHub
<#9>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AES3SPAJPTOE4USO7TQJDCLXW5T2DANCNFSM6AAAAAA35FHIYA>.
> You are receiving this because you are subscribed to this thread.
>
—
Reply to this email directly, view it on GitHub
<#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASHHU5OE4KUQYNIG6QXRGHTXW53ITANCNFSM6AAAAAA35FHIYA>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Alessio Lomuscio, PhD, FEurAI
Royal Academy of Engineering Chair in Emerging Technologies
Verification of Autonomous Systems Group
Department of Computing, Imperial College London, London, SW7 2AZ, UK
URL: http://www.doc.ic.ac.uk/~alessio/
|
We are looking at NLP domain with VeriNet (in particular we have adopted similar structure as Efficient Verification of Neural Networks against LVM-based Specifications, which I presume is also from your group). In particular, we are interested in normalizing flow as the encoder layer, which requires indexing, chunking and concatenation. Would it be difficult to implement slicing, and concatenation ourselves? |
Hi Calvin
Would you be able to share your email address so that we can continue
the conversation with private emails?
Best
…-A
On 25/08/2023 03:31, Calvin Huang wrote:
We are looking at NLP domain with VeriNet (in particular we have adopted
similar structure as Efficient Verification of Neural Networks against
LVM-based Specifications, which I presume is also from your group). In
particular, we are interested in normalizing flow as the encoder layer,
which requires indexing, chunking and concatenation.
Would it be difficult to implement slicing, and concatenation ourselves?
—
Reply to this email directly, view it on GitHub
<#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASHHU5PZTJFQPCVHVXPTG3DXXAE7VANCNFSM6AAAAAA35FHIYA>.
You are receiving this because you commented.Message ID:
***@***.***>
--
Alessio Lomuscio, PhD, FEurAI
Royal Academy of Engineering Chair in Emerging Technologies
Verification of Autonomous Systems Group
Department of Computing, Imperial College London, London, SW7 2AZ, UK
URL: http://www.doc.ic.ac.uk/~alessio/
|
Hi, My email is [email protected]. Can you also cc [email protected] (he is my supervisor). Best, |
Hi,
We have recently tried to use VeriNet to run some certifications on NN. But encountered a problem when it failed to identify nodes with Op_type: Gather (the nodes are not recognized, thus raising a key error).
Is are the following functions supported by VertiNet (torch.cat, torch.chunk, index slicing)? If not supported but feasible, can you point me to some help to implement this?
Best,
Calvin
The text was updated successfully, but these errors were encountered: