Skip to content
#

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...

transformers
kumpera
kumpera commented Jun 13, 2022

🚀 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

oncall: distributed module: bootcamp good first issue triaged

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Apr 3, 2022
  • Python
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
Wikipedia
Wikipedia