Function my_conv2d() missing from call graph #310
Labels
blocked
bug
Something isn't working
experiments
Found during experimentation/evaluation.
question
Further information is requested
Highly related to #307. This is what I am seeing in the CSVs:
But,
my_conv2d()
is called by indirectly by the model functions, I believe, but it isn't done through a callable. Instead, I believe it to be called by one of the other model functions here:https://github.com/ponder-lab/samples/blob/39f7644391e664244b45c90868c804abad923eb3/tensorflow_weight_sharing/trial03.py#L98-L104
The text was updated successfully, but these errors were encountered: