Torch is rolling out prototype shape checking as of recent. If we implement this in ContextModel and in FunctionClass, we would get closer to our goal of "eager tests" dispersed throughout the codebase.
I'm not a huge fan of the current method torch is presenting, but if we had to integrate it, we could do it as follows:
Torch is rolling out prototype shape checking as of recent. If we implement this in ContextModel and in FunctionClass, we would get closer to our goal of "eager tests" dispersed throughout the codebase.
I'm not a huge fan of the current method torch is presenting, but if we had to integrate it, we could do it as follows:
In FunctionClass: