Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 47,992 public repositories matching this topic...
Model description
I would like to add a new model:
Proposed in the paper: UNETR: Transformers for 3D Medical Image Segmentation
UNEt TRansformers (UNETR) utilize a transformer as the encoder to learn sequence representations of the input volume and effectively capture the global multi-scale information, while also following the successful "U-shaped"
🚀 The feature, motivation and pitch
The current implementation of Zero Redundancy optimizer has its own implementation of object broadcasting.
We should replace it with c10d [broadcast_object_list](https://pytorch.org/docs/stable/distributed.html#torch.distributed.broadcast_object_lis
-
Updated
Jul 26, 2022 - Python
-
Updated
Jul 24, 2022 - Jupyter Notebook
-
Updated
Jul 20, 2022 - Python
-
Updated
Jul 25, 2022
-
Updated
Jul 12, 2022 - Python
-
Updated
Jul 25, 2022 - Python
-
Updated
Jul 26, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
Mar 31, 2022 - C++
-
Updated
Jun 29, 2022 - Jupyter Notebook
-
Updated
Jul 26, 2022 - Python
-
Updated
Jul 22, 2022 - JavaScript
-
Updated
Apr 23, 2022
-
Updated
Jun 24, 2022 - Jupyter Notebook
-
Updated
Jun 20, 2022 - C++
-
Updated
Jun 26, 2022 - Python
-
Updated
Jul 26, 2022 - Python
-
Updated
Aug 27, 2020 - TeX
-
Updated
Apr 3, 2022 - Python
DEPENCES 依赖项不全
What could be better?
依赖项的 requ…….txt 应该被更新,而且 pytorch 更要描述具体版本和安装方式
本人配环境一个下午,勉强配出来 Tag0.0.1 pytorch 1.9.0 OnlyCpu 的版本。
文本中如果有数字读不出来
This is a nice first issue:
Add types/docments to the Learner.get_preds function. This function is essential to any fastai user and has almost no documentation. Add types and text to the variables as we have in many places now.
Hello.
I am trying to integrate ray with an existing web server that made of fastapi and uvicorn.
It uses https, and here's how to run the server.
app = FastAPI()
app.add_middleware(HTTPSRedirectMiddleware)
uvicorn.run("main:app",
host="0.0.0.0",
port=8080,
ssl_keyfile="/home/ky/cert/key.pem",
ssl_certfile="/home/ky/cert/cert.pem",
-
Updated
Jun 13, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jun 26, 2022
-
Updated
Jun 28, 2022 - Python
- Wikipedia
- Wikipedia
Current implementation of Go binding can not specify options.
GPUOptions struct is in internal package. And
go generatedoesn't work for protobuf directory. So we can't specify GPUOptions forNewSession.