mikeizbicki / cmc-csci181-deeplearning

deep learning course materials
15 stars 6 forks source link

Crash Error #48

Closed raequan closed 4 years ago

raequan commented 4 years ago

I am getting an error running the transformers_tutorial.py.

I haven't edited anything so far, but I run it and I get the error:

  File "transformers_tutorial.py", line 38, in <module>
    crash
NameError: name 'crash' is not defined```

Is there any help I can have with this?

kielong commented 4 years ago

crash is just there so that the code stops running at that point. You can just comment it out, it's not an actual function.