We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7dcff commit 501e0f6Copy full SHA for 501e0f6
official/projects/pix2seq/tasks/pix2seq_task.py
@@ -98,8 +98,8 @@ def initialize(self, model: tf_keras.Model):
98
"""Loading pretrained checkpoint."""
99
if self._task_config.init_checkpoint_modules == 'backbone':
100
raise ValueError(
101
- 'init_checkpoint_modules=backbone is deprecated. Specify backbone '
102
- 'checkpoints in each backbone config.'
+ 'init_checkpoint_modules=backbone is no longer supported. Specify'
+ ' backbone checkpoints in each backbone config.'
103
)
104
105
if self._task_config.init_checkpoint_modules not in ['all', 'partial', '']:
0 commit comments