Open
Description
It's throwing the following error when I tried in Colab.
AttributeError Traceback (most recent call last)
<ipython-input-34-d4e8df5c5807> in <module>()
6 epochs=100,
7 n_workers=8,
----> 8 steps_per_epoch=200,
9 )
8 frames
/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/callbacks.py in _get_file_path(self, epoch, logs)
1333 'Reason: {}'.format(self.filepath, e))
1334 self._write_filepath = distributed_file_utils.write_filepath(
-> 1335 file_path, self.model.distribute_strategy)
1336 return self._write_filepath
1337
AttributeError: 'DeepLabCut' object has no attribute 'distribute_strategy'