Skip to content

Commit edfa9f2

Browse files
johnneilroot
and
root
authored
Fix errors executing run_python_examples.sh "install_deps,run_all" (pytorch#787)
Co-authored-by: root <root@1fb96699-953f-4d40-97ce-0aa77e57281b.apple.com>
1 parent 7016919 commit edfa9f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

run_python_examples.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function super_resolution() {
123123
python main.py --upscale_factor 3 --batchSize 4 --testBatchSize 100 --nEpochs 1 --lr 0.001 || error "super resolution failed"
124124
}
125125

126-
function time_sequence_prediciton() {
126+
function time_sequence_prediction() {
127127
start
128128
python generate_sine_wave.py || { error "generate sine wave failed"; return; }
129129
python train.py || error "time sequence prediction training failed"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
torch
2+
matplotlib

0 commit comments

Comments
 (0)