You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I‘ve get error msg:
Traceback (most recent call last):
File "point_pillars_training_run.py", line 52, in
workers=1)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/keras/_impl/keras/engine/training.py", line 2312, in fit_generator
callbacks.on_epoch_begin(epoch)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/keras/_impl/keras/callbacks.py", line 80, in on_epoch_begin
callback.on_epoch_begin(epoch, logs)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/keras/_impl/keras/callbacks.py", line 596, in on_epoch_begin
lr = self.schedule(epoch)
TypeError: () missing 1 required positional argument: 'lr'
Could u please tell us the right version ?
The text was updated successfully, but these errors were encountered:
Hello,I‘ve get error msg:
Traceback (most recent call last):
File "point_pillars_training_run.py", line 52, in
workers=1)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/keras/_impl/keras/engine/training.py", line 2312, in fit_generator
callbacks.on_epoch_begin(epoch)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/keras/_impl/keras/callbacks.py", line 80, in on_epoch_begin
callback.on_epoch_begin(epoch, logs)
File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/keras/_impl/keras/callbacks.py", line 596, in on_epoch_begin
lr = self.schedule(epoch)
TypeError: () missing 1 required positional argument: 'lr'
Could u please tell us the right version ?
The text was updated successfully, but these errors were encountered: