Ken

Results 14 issues of Ken

Dear authors, It seems that this package is written by Lisp. I am wondering that is there a released python package to solve vehicle routing problem?

Dear author, Thanks for your friendly implementation of popular GANs. I am reading your implementation of [Wasserstein GANs](https://github.com/znxlwm/pytorch-generative-model-collections/blob/master/WGAN.py), and notice that the gradient clip operation is placed after optimizer.step as...

Dear Author, Thanks for sharing the excellent work on reproducing reinforcement learning algorithms. I notice that you use `init_ = lambda m: init(m, nn.init.orthogonal_, lambda x: nn.init.constant_(x, 0))` to initialize...

Dear Author, When I set num_processes=1, some errors occur, i could be a bug. `File "/home/ken/project/pytorch-a2c-ppo-acktr-gail/a2c_ppo_acktr/envs.py", line 232, in step_wait self.stacked_obs[:, self.shape_dim0:] RuntimeError: unsupported operation: some elements of the input...

Dear author, very appreciate about the helpful toolbox for performer in pytorch. Do you compare the performance of different transformer variants on standard benchmarks under different sequence length? What is...

Dear author, thanks for sharing the improved GAN in pytorch. In readme.md, you said: Default configs can train models achieving 98.5% accuracy on test dataset with 100 labeled data(10 per...

Dear Author, I think when an episode is done, hx should be reset. I am not sure whether it's a bug in [https://github.com/greydanus/baby-a3c/blob/master/baby-a3c.py#L144](url)

Dear author, I notice that you say the computed inception scores and FIDs in the inception_utils.py are not comparable with the original TF IS/FID code. what's the mainly difference between...