安兴乐-siler
安兴乐-siler
Great job! It would be more helpful and the repository will be more clean if U add "*.pyc" to .gitignore file.
这个怎么用呢?
[AlphaPig](https://github.com/anxingle/AlphaPig) I use some human play data to speed up training process, and seems works! Hopes have some help. And thanks a million @junxiaosong
It is very helpful to see your tutorial code . Thanks very much. But I want to add CTC module,so it will more powerful. I write as the [Blog](https://igormq.github.io/2016/07/19/ctc-tensorflow-timit/) write....
Excuse me, I just don't understand why the derivative function of SoftMax is np.ones_like(x).... $$ $S(x_{i}) = \frac{e^{x_{i}}}{\sum{x_{i}}} $ $$
When I run test.py to predict the ISBI17 dataset(70 files), it shows the error: ``` Caused by op '3dconv_up4/convolution', defined at: File "test.py", line 141, in predict(args) File "predict.py", line...
Just want to say thank you for your repository! It's really easy to understand and helps me a lot!
I download caffeNet and run like : python style.py -s style.jpg -c content.jpg -g -1 -m caffenet -n 200 -o "./outputs" CMD just print the info: F1211 23:40:22.295680 10440 inner_product_layer.cpp:64]...
[code](https://github.com/willard-yuan/image-retrieval/blob/master/bag-of-words-python-dev-version/findFeatures.py#L59) seems can be rewrited to '''python for image_path, descriptor in des_list: descriptors = np.vstack((descriptors, descriptor)) ''' Am I missed something?
Hi, ChengBinJin. The generated MRI([your paper shows](https://www.mdpi.com/2076-3417/9/12/2521)) is really authentic. I also want to do the research(generate MR/Angiography/CT from CT/MR/...and then segmentation or classification). I wonder could you provide the...