vbigbang
vbigbang
This library is very useful, I am a python beginner. I hope this library will get better and better. I would like to ask what is the progress of this...
This is definitely a very complete feature. I am waiting for this dependency to have the `scope` option. It would be great if I could merge it as soon as...
Is there any update on this? My backend is fully asynchronous and at the moment I cannot use my helper functions to identify users by their API key because it's...
是更改了哪部分代码呢 方便贴出来吗 大佬
我也遇到了 应该是打包的时候出问题了 你可以看看容器的日志
> ``` > new PromptDialog(this) > .setDialogType(PromptDialog.DIALOG_TYPE_WARNING) > .setCancelable(false) > .setTitleText("Alert") // Shows error ...why? > .setContentText("Are you there") > .setPositiveListener("YES", new PromptDialog.OnPositiveListener() > { > @Override > public void...
我再来补充一点吧。。我今天看了楼上的建议,一开始不知道是怎么一回事。以为就是安装CUDA和cudnn就行了。 唉,没想到还是大意了。忙活了一个通宵!重点来了划重点: **1. Anaconda** 安装依赖tensorflow的时候方便,我在cmd pip install tensorflow的时候老是报错。。。 **2. Win10** mbp我不舍得跑这个 所以不用说了 **3. Python:3.6** !!!! 重点啊。我昨晚Python3.8一直安装 tensorflow不成功! 要么就是2.1.0太高(一直报错,根据其他老哥的提示说什么2.0加几行代码兼容1.0的,还是会报错:module 'tensorflow' has no attribute 'contrib'),按作者的1.7.0又显示找不到依赖包。后来捣鼓了3小时,才查到了,**tensorflow 1.7.0 只支持Pytthon3.5-3.6/3.7 (我换成Python3.6才可以用)** **4. CUDA9.0 和 cudnn...
> I have the same problem too > I check it from jitpack and found error log there (check this [link)](https://jitpack.io/#iammert/MaterialIntroView) > > I don't know whats happened, but you...