Wei Ouyang
Wei Ouyang
## Describe the bug For our data sharing platform (https://shareloc.xyz/), I am trying to adapt our frontend and backend code to cope with zenodo's upgrade to InvenioRDM. The current issue...
It seems there is a more poweful java-to-js compiler coming: https://leaningtech.com/announcing-cheerpj-3-0-a-jvm-replacement-in-html5-and-webassembly-to-run-java-applications-and-applets-on-modern-browsers/ From the description, there seems to be a lot of improvements with the new architecture based on WebAssembly. Now...
This PR partly address https://github.com/imjoy-team/imjoy-rpc/issues/554
The current implementation of hypha rpc cannot handle re-connection properly after disconnected from the server. Here, we need to have a mechanism to restore connection after disconnecting from the server....
Hi 谢谢你们的贡献,准备推荐你们的这个文档给朋友的时候读了一下,发现Functional Model这个的翻译“泛型模型”有点不是很好理解。 Keras里面Functional Model的意思很好理解,可以利用函数嵌套函数的方式来构建模型,是指Functional Programming的style。而Functional Programming的中文翻译也有两种函数式编程和泛函编程,大概搜索了一下,前者较多,后者少一些。 对我来说,一看到泛函就想起泛函分析:https://zh.wikipedia.org/wiki/%E6%B3%9B%E5%87%BD ,很显然Functional Programming或Functional Model不是指泛函,不是指由一个向量空间到数值的映射。一个Functional Model更应该是一个张量到另一个张量的映射。 不知道你们是不是有其他理解,我的建议是使用“函数式模型”代替“泛型模型”,更容易理解,像keras本身一样更接地气,意义个人以为也会更准确。
It would be nice if we can add a new CI task to automatically release our CI testing environment as docker containers, to be used by HPC or server users.
@FynnBe In the meeting today we discussed that the sha256 check should be enforced in the core package.
Discussion from the BMZ meeting, proposed by @ivan-ea Would be nice to support adding multiple weights in the build_model function. cc @constantinpape @FynnBe
For the napari plugin, I noticed that the downloading can take more than 10 minutes for some models, during this time, it would greatly improve the user experience if we...