Jordan Fix

Results 52 comments of Jordan Fix

You can try it out, but I think it will cause problems. We need the quantization profile names to match the Node names in the graph when we do quantization....

@mciprian13 I think there would also be a problem involving lowering differences between profiling and quantization. I think an example makes this more clear. Let's say there's a FullyConnected that...

Hi @tijithomas, we currently do not support control flow. We would need to unroll the loop for this to work. This means we would need the trip count input to...

@SplitInfinity I think so, yeah! Just make sure you load the previous optimization implementation locally before you take off 🙂

What if the all of the values in the pool are negative? Also, what if we're not using quantization?

@jakubmiernik The CPU backend doesn't really have support for Int16 quantized types. IIRC if the backend doesn't support quantization for specific ops with that precision then it will skip quantizing...

> Is there some target that has int16 nodes implemented? Nothing that is in the mainline Glow open source repo, AFAIK. I believe it's currently only used for some specialized...

Really sorry for the major delays here, I've been super swamped. I will definitely get to reviewing next week.

@mortzur @jackm321 Do you all have thoughts here?

What do you mean by images being loaded before the model? As in, we take the input shapes and types based on the provided input images and use them to...