Randy Chen
Randy Chen
is there a way to install Drake in a windows machine? I'm getting the following error while attempting to install it in a Ubuntu terminal: `ERROR: Could not find a...
I am encountering the exact same problem. I run `main.py` and nothing shows up in the terminal at all, it seems like the terminal is frozen every time I run...
Hi, thanks for the instructions! However, even though the pdflatex version info shows up when I type pdflatex --version in a command prompt, I'm still facing the same error
> delete all files in "datainfo" change the data address run "preprocess.py" run"main.py" Hi, how should we change the data address after deleting all files under `datainfo`?
Thank you for the clarifications!
Hi Raiden, I have a quick follow up question~ I ran `gpu_work.py` with ```python gpu_work.py --size 64 --batch_size 64 --learning_rate 0.4 --model_name "ResNet18" --dataset_name "CIFAR10" --milestones 2400 4800 --early_stop 6000...
Hi Raiden, I see! I used the default interval of 50 steps, so the train_loss and test_loss are logged to Tensorboard every 50 time steps: ``if total_step % 50 ==...