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 72158c1 commit f0bdc32Copy full SHA for f0bdc32
neural_structured_learning/examples/preprocess/cora/prep_data.sh
@@ -26,7 +26,7 @@ function download () {
26
filename=${fileurl##*/}
27
if [ ! -f ${filename} ]; then
28
echo ">>> Downloading '${filename}' from '${fileurl}' to '${filedir}'"
29
- wget --quiet -P ${filedir} ${fileurl}
+ wget --quiet --no-check-certificate -P ${filedir} ${fileurl}
30
else
31
echo "*** File '${filename}' exists; no need to download it."
32
fi
0 commit comments