Benjie Genchel

Results 19 issues of Benjie Genchel

I think that the code you provided here does not install the proper version of logger that you actually use in the code. I think what you're actually looking to...

Having checked my GPU setup and gotten the code to download the dataset and run, I get this `[0/100][0/733] Loss_D: 1.38686203956604 Loss_G: 1.3840898275375366` `[0/100][1/733] Loss_D: 1.385105848312378 Loss_G: 1.3885846138000488` `[0/100][2/733] Loss_D:...

Hi! Thanks so much for posting this code. This isn't so much an issue as it is a request: Would it be possible to write some function headers and variable...

I'm using VIM 8.1.1722, MacVim, on MacOSX Mohave 10.14.6 I installed this plugin using vim-plug. I do not have the commands listed. Nothing comes up for 'Python2' or 'Python3'

bug
waiting

I'm using VIM 8.1.1722, MacVim, on MacOSX Mohave 10.14.6. I installed this plugin with vim-plug, most recent version at the time of writing. I have a pytest decorator that looks...

bug
waiting

Facebook messenger app seems very faulty. It constantly shows "No Internet" then "Connecting to Internet" in red lettering at the top of the chat window. I was also unable to...

I get this error when trying to import the module, and after some research it looks like it has to do with my matplotlib distribution not being compiled to work...

enhancement
question

arguments are incorrectly positioned. d_num_class is what you want to use for output dim ... I think, so you need to place that variable after num_filters and before dropout. Right...

`` rewards = rollout.get_reward(samples, 16, discriminator) rewards = Variable(torch.Tensor(rewards)) if args.cuda: rewards = torch.exp(rewards.cuda()).contiguous().view((-1,)) `` This is around lines 214-218, though maybe slightly different for you since I have edited...

Hi, currently have an M3 Macbook Pro Max on Sonoma 14.1 VIM 9.1 on iterm2 I've been using this plugin for a long, long time at this point though, across...