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 4a3748f commit 4746522Copy full SHA for 4746522
test/dlc_tests/container_tests/bin/pytorch_tests/testPyTorchRegression
@@ -5,6 +5,5 @@ BIN_DIR=${HOME_DIR}/bin
5
LOG_DIR=${HOME_DIR}/logs
6
7
git clone https://github.com/pytorch/examples.git ${HOME_DIR}/artifacts/examples
8
-sed -i "s/param.add_(-0.1 \* param.grad)/param.data.add_(-0.1 \* param.grad)/g" ${HOME_DIR}/artifacts/examples/regression/main.py # temporary patch for isssue https://github.com/pytorch/examples/issues/782
9
${BIN_DIR}/pytorch_tests/testPyTorchRegressionHelper || exit 1
10
exit 0
0 commit comments