Frank

Results 54 comments of Frank

Hi @nicolasnoble sorry can I ask a beginnerish question? How do I get TF_CPP_MIN_LOG_LEVEL=0 to work? When I try to set it, I don't get extra output: ``` root@DESKTOP-OB9D3NI:~/code/dalle-playground/backend# set...

Thank you, will give it a try. I wanted to note that though absl was reporting no GPU found that GPU usage does go up to 30-40% while I am...

@Ly-Zxzy What CPU and GPU usage do you reach when generating images?

I'm redoing my WSL install and had a question, how did you install pytorch? https://pytorch.org/get-started/locally/ tells me to run: > pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 But I wonder...

Yeah, my latest attempt failed. I'm going to try again later following all of @Ly-Zxzy instructions, in particular I didn't try 11.3 this time nor worry about the environment path....

I have a similar issue in Spanish for an incorrect POS tag. I recognize this is not likely a bug in Stanza but just the result of training against particular...

hmm running cwrsync 3.1.1 and it is not working for me. chef-solo uses rsync to upload cookbooks, but I checked the target cookbooks folder and its empty. I removed all...

I run vagrant up many times in a day, so unison doesn't help there. Also, rsync is used by chef-solo to upload cookbooks, so I still need rsync to work...

Just curious, what kind of port forwarding doesn't work? Are you talking about calls like 'config.vm.network "forwarded_port", guest: 80, host: 8080'?

I wonder if this could be related to #1990? That issue is based on a concern I have with how Mac's NSRunloopScheduler is implemented (which is what RxApp.MainThreadScheduler is) referencing...