We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314b1d7 commit 7d0c473Copy full SHA for 7d0c473
.jenkins/download_data.py
@@ -113,7 +113,7 @@ def main() -> None:
113
INTERMEDIATE_DATA_DIR.mkdir(exist_ok=True)
114
PROTOTYPE_DATA_DIR.mkdir(exist_ok=True)
115
116
- if FILES_TO_RUN is None or "transfer_learning_tutoria" in FILES_TO_RUN:
+ if FILES_TO_RUN is None or "transfer_learning_tutorial" in FILES_TO_RUN:
117
download_hymenoptera_data()
118
nlp_tutorials = ["seq2seq_translation_tutorial", "char_rnn_classification_tutorial", "char_rnn_generation_tutorial"]
119
if FILES_TO_RUN is None or any(x in FILES_TO_RUN for x in nlp_tutorials):
0 commit comments