We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3f87d commit b92b806Copy full SHA for b92b806
1 file changed
docs/homeworks/hw4.md
@@ -448,7 +448,7 @@ Subtasks:
448
After this step, run:
449
450
```bash
451
-python -m unittest tests/transformer/test_encoder.py
+python -m unittest tests/test_transformer/test_encoder.py
452
```
453
454
You should be passing all these tests (these are purely sanity checks, not correctness checks, which will come during training).
0 commit comments