Maxim Ploter
Maxim Ploter
When running tapas_classifier_experiment.py leads to the error `AttributeError: 'int' object has no attribute 'value'`. The issue happens because the file doesn't `disable_v2_behavior` tapas_classifier_experiment ``` python tapas/experiments/tapas_classifier_experiment.py \ --use_tpu=False \ ......
An `AttributeError` for the `restrict_attention_bucket_size` flag is raised when running the `tapas_pretraining_experiment` script. Explicitly providing the command line flag doesn't solve the the problem (`Unknown command line flag 'restrict_attention_bucket_size'`). Probably,...
I noticed that the `generate_coco_from_mot.py` script is only converting FRCNN sequences from the MOT17 dataset. If I understand correctly, you train the model only on FRCNN sequences, right? If so,...
Fixing error an AttributeError for the restrict_attention_bucket_size flag is raised when running the tapas_pretraining_experiment script. Explicitly providing the command line flag doesn't solve the the problem (Unknown command line flag...
* 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...