You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2018. It is now read-only.
The OnnxAttributes helper class that I wrote suffers the problem that it uses exactly the type of the attribute value to decide whether or not to write out f or i attribute protos. I don't know if Caffe2 will accept an i anywhere a f is expected, but if it does not, then this leads to the very real danger that someone writes a literal like 1 or 2, expecting it to "just work", but actually the underlying attribute required floats.