tensorflow / lattice

Lattice methods in TensorFlow
Apache License 2.0
518 stars 94 forks source link

Passing embeddings to calibration layer #33

Closed SRHyd closed 4 years ago

SRHyd commented 5 years ago

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

serenalwang commented 5 years ago

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.