Rosefun
Rosefun
As my dataset is continous variables, I set the 'rbm_gauss_visible' True. However, I find that the performance of the model with pretraining is the same as without pretraining. I think...
``` Traceback (most recent call last): File "E:\Anaconda3\lib\site-packages\aiohttp\web_protocol.py", line 410, in st art resp = yield from self._request_handler(request) File "E:\Anaconda3\lib\site-packages\aiohttp\web.py", line 325, in _handle resp = yield from handler(request) File...
运行了python3.5,并且 import TensorFlow,然后想启动节点,可是报错。 >>> CUDA_VISIBLE_DEVICES='' python distribute.py --ps_hosts=122.225.220.136:2222 --worker_hosts=192.168.100.42:2224,192.168.100.253:2225 --job_name=ps --task_in dex=0 File "", line 1 CUDA_VISIBLE_DEVICES='' python distribute.py --ps_hosts=122.225.220.136:2222 --worker_hosts=192.168.100.42:2224,192.168.100.253:2225 --job_name=ps --task_in dex=0 ^ SyntaxError: invalid syntax
``` TypeError: Cannot read property 'message' of undefined identificar @ main.gs:12 ```
``` from moviepy import * TextClip("Chinese 中文", font="华文隶书", fontsize=20, size=(w-20,40), align='center', color='black') ``` I have make sure that the font "华文隶书" exists, but it cannot add subtitle. `TextClip.list('font')` If I...
In my case, treatments is not binary, but mulitple, eg. T=0,1,2,3. Can I use cfrnet?
In the following formula, the denominator and molecule is similar, and I don't know know to calculate the denominator of the formula.  Do you use sample method? And if...