File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
spinoffs/inference_gym/inference_gym/targets Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ py_library(
138138 srcs = ["dirichlet.py" ],
139139 deps = [
140140 ":model" ,
141- # tensorflow_probability dep ,
141+ "// tensorflow_probability:numpy" ,
142142 ],
143143)
144144
Original file line number Diff line number Diff line change 2323 from inference_gym .targets .brownian_motion import BrownianMotionMissingMiddleObservations
2424 from inference_gym .targets .brownian_motion import BrownianMotionUnknownScales
2525 from inference_gym .targets .brownian_motion import BrownianMotionUnknownScalesMissingMiddleObservations
26+ from inference_gym .targets .dirichlet import Dirichlet
2627 from inference_gym .targets .eight_schools import EightSchools
2728 from inference_gym .targets .ill_conditioned_gaussian import IllConditionedGaussian
2829 from inference_gym .targets .item_response_theory import ItemResponseTheory
6970 'BrownianMotionUnknownScalesMissingMiddleObservations' ,
7071 'ConvectionLorenzBridge' ,
7172 'ConvectionLorenzBridgeUnknownScales' ,
73+ 'Dirichlet' ,
7274 'EightSchools' ,
7375 'GermanCreditNumericLogisticRegression' ,
7476 'GermanCreditNumericProbitRegression' ,
You can’t perform that action at this time.
0 commit comments