Closed raequan closed 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?
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.
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:
Is there any help I can have with this?