Skip to content
#

PyTorch

pytorch logo

PyTorch is an open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Facebook's AI Research lab.

Here are 23,034 public repositories matching this topic...

transformers
MockingBird
karrdy89
karrdy89 commented Jul 21, 2022

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",
 
good first issue enhancement P2 serve
lightning
sarpaykent
sarpaykent commented Jul 7, 2022

🚀 Feature

Currently, LRSchedulerConfig type is not supported by _configure_schedulers_automatic_opt.

Motivation

I created a custom ReduceLROnPlateau class that adds warmup epochs before ReduceLROnPlateau. However, the ReduceLROnPlateau sched

feature good first issue lr scheduler pl
datasets
dgrnd4
dgrnd4 commented Jun 15, 2022

Adding a Dataset

good first issue dataset request
nni

Created by Facebook's AI Research lab (FAIR)

Released September 2016

Latest release 29 days ago

Repository
pytorch/pytorch
Website
pytorch.org
Wikipedia
Wikipedia

Related Topics

python pytorch-tutorial