Cumberbatch08
Cumberbatch08
when i use nvidia-smi to watch gpu usage,  I have three gpus, but it seems like only one gpu is used?
在论文中的inference time单位是s, 不会几十秒吧,是毫秒(ms)吧?
thanks for your code, when I run the setup code, I met some error: `Obtaining baselines from [email protected]:openai/baselines.git@34ae3194b4a15c57a8e5f2ae4d70191703a68f5a#egg=baselines (from -r requirements.txt (line 3)) Cloning [email protected]:openai/baselines.git (to revision 34ae3194b4a15c57a8e5f2ae4d70191703a68f5a) to ./src/baselines...
hello, when i type 'import tensorlayer as tl', I can't understand which tensorlayer has been imported. Is it the official package or the document which you defined? And, I also...
first, thank for your post; when I trained model on two gpus, I restored the model, but the predict tensor is two(gpu_1, gpu_2), how to predict on multi-gpus model file?
1.perfect code, I understand the structure of the text-to-image, thank you. 2.compare with the structure of article, I found there some differences with article(https://arxiv.org/abs/1605.05396). So, is the code's structure is...