BMCook icon indicating copy to clipboard operation
BMCook copied to clipboard

the gpt example is broken

Open AlexanderChen1989 opened this issue 2 years ago • 0 comments

<bmcook.trainer.CookOutput object at 0x7f19f999a160> <bmcook.trainer.CookOutput object at 0x7f8bc225ba60> Traceback (most recent call last): File "gpt2_test.py", line 186, in Traceback (most recent call last): File "gpt2_test.py", line 186, in main() File "gpt2_test.py", line 142, in main if outputs.lag_loss != 0: AttributeError: 'CookOutput' object has no attribute 'lag_loss' main() File "gpt2_test.py", line 142, in main if outputs.lag_loss != 0: AttributeError: 'CookOutput' object has no attribute 'lag_loss'

AlexanderChen1989 avatar Jun 27 '23 02:06 AlexanderChen1989