Andrew

Results 12 issues of Andrew

Hello, I'm trying to implement the maml_rl for PyTorch, while I couldn't find where you fit the baseline. Can you help me point it out?

Hi @silverbottlep , Thanks for the great code! I'm right now trying to apply this code to my setting (different \theta, \phi, etc.), so I have to generate the dataset...

In the paper [_Lean Multiclass Crowdsourcing_](https://vision.cornell.edu/se3/wp-content/uploads/2018/03/1324.pdf), it seems that the annotator id information is provided in the iNat dataset. I am wondering if there is similar information provided here (so...

Hi @ikostrikov , I appreciate your implementation, and I wonder if you've benchmarked your implementation? If so, can I have some roughly results. Many thanks!

hi ikostrikov, I got this error when running your code ``` Traceback (most recent call last): File "main.py", line 89, in agent.update_parameters(batch) File "/home/andrewliao11/Work/pytorch-naf/naf.py", line 121, in update_parameters param.grad.data.clamp(-1, 1)...

remove this https://github.com/fidler-lab/efficient-annotation-cookbook/blob/master/online_label/worker.py#L52-L72

In the scripts `replicate_experiment_2.sh` [here](https://github.com/imirzadeh/stable-continual-learning/blob/master/replicate_experiment_2.sh#L49), to run the split-CIFAR experiments, the command is ``` python -m stable_sgd.main --dataset cifar100 --tasks 20 --epochs-per-task 1 --lr 0.1 --gamma 0.8 --hiddens 256 --batch-size...

Hello, it's really nice of you to release the source code. I wonder that do implement the training phases? Or do you have any idea of implement VGG net, including...

hi hu, I have some problem training the SCRC network. - I follow the readme and successfully train the network, but the model seems to be very unstable. The L2...

Hi all, I run a3c in Ant-v1 and got this warning: ``` WARNING: Nan, Inf or huge value in QACC at DOF 0. The simulation is unstable. Time = 0.0000....

v0.5