We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7016919 commit edfa9f2Copy full SHA for edfa9f2
run_python_examples.sh
@@ -123,7 +123,7 @@ function super_resolution() {
123
python main.py --upscale_factor 3 --batchSize 4 --testBatchSize 100 --nEpochs 1 --lr 0.001 || error "super resolution failed"
124
}
125
126
-function time_sequence_prediciton() {
+function time_sequence_prediction() {
127
start
128
python generate_sine_wave.py || { error "generate sine wave failed"; return; }
129
python train.py || error "time sequence prediction training failed"
time_sequence_prediction/requirements.txt
@@ -0,0 +1,2 @@
1
+torch
2
+matplotlib
0 commit comments