OpenCastKit
OpenCastKit copied to clipboard
AttributeError: module 'hfai' has no attribute 'set_watchdog_time'
runing " python train_fourcastnet.py --pretrain-epochs 100 --fintune-epochs 40 --batch-size 4" shows the error below:
Traceback (most recent call last):
File "train_fourcastnet.py", line 2, in <module>
hfai.set_watchdog_time(21600)
AttributeError: module 'hfai' has no attribute 'set_watchdog_time'
The API has been changed to hfai.client.set_watchdog_time