tapas icon indicating copy to clipboard operation
tapas copied to clipboard

fix: disable v2 behaviour classifier experiment

Open Maxvgrad opened this issue 7 months ago • 1 comments

  • Tapas classifier file doesn't disable v2 tf behaviour, which leads to error during running the experiment:
hidden_size_agg = output_layer_aggregation.shape[-1].value
AttributeError: 'int' object has no attribute 'value'

Resolve issue: https://github.com/google-research/tapas/issues/187

Maxvgrad avatar Jul 22 '24 13:07 Maxvgrad