tensorflow / lattice

Lattice methods in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing embeddings to calibration layer

SRHyd opened this issue · comments

commented

Will it be useful to pass output(like embeddings) generated by other network to calibration layer instead of input features?

Yes, it can generally be useful to pass output generated by another network (like embeddings) to a calibration layer. It can also be worth tuning the number of keypoints in the calibration layer.