Jungsub Lim
Jungsub Lim
removed volatile parameter and added wrapper @torch.no_grad() zip(*samples) -> list(zip(*samples)) .data[0] -> .item() . # 2 cases
Before the fix, it caused an NotImplementedError
actions -> action
bazel version 0.25.0 fails to run "bazel build -c opt ${LINKER_OPTS} \ tensorflow/lite/tools/benchmark:benchmark_model" command in specifications/frameworks/tflite/host/build.sh with message "Unrecognized option: --experimental_repo_remote_exec" Actually, tflite requires 3.1.0 explicitly.
bazel build command in specifications/frameworks/tflite/android/build.sh requires a lot of dependencies, like appropriate version of bazel, Android SDK and NDK. It's burdensome. I found that the resulted binary is provided in...
When I first run the command, ``` python ${FAI_PEP_DIR}/benchmarking/run_bench.py -b "${BENCHMARK_FILE}" --config_dir "${CONFIG_DIR}" ``` I encounter this message. "UnboundLocalError: local variable 'abs_name' referenced before assignment" However, when I ran the...
쉘스크립트 연습하고 싶어서 따라해보려고 하는데 24번 문제를 풀라고 지시를 받았지만, 뭘해야하는지 모르겠습니다~
Hello, since I am only free tier, I cannot use the gpu-cluster in Azure. So I modified AzureML-BERT/finetune/PyTorch/notebooks/BERT_Eval_SQUAD.ipynb script a little like below ```python from azureml.train.dnn import PyTorch from azureml.core.runconfig...
enter_price = self.chg_price[0] -> enter_price = self.chg_price[-1] Since actual trading occurs at the last time step, the enter_price should point to the last entry of the price array
Bit long.. 298 lines