Tensorflow
TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
Here are 26,531 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"
-
Updated
Jul 24, 2022 - Python
-
Updated
Jul 24, 2022 - Jupyter Notebook
-
Updated
Jul 12, 2022 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
Jul 25, 2022
-
Updated
Jun 24, 2022 - Jupyter Notebook
-
Updated
Apr 3, 2022 - Python
-
Updated
Jul 13, 2022 - Python
-
Updated
Jul 23, 2022 - Go
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 28, 2022 - Python
-
Updated
Jul 25, 2022 - C++
-
Updated
Jul 24, 2022 - JavaScript
-
Updated
Apr 6, 2022 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Jupyter Notebook
-
Updated
Jul 25, 2022 - C++
-
Updated
Jul 25, 2022 - Python
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
Adding a Dataset
- Name: Stanford dog dataset
- Description: The dataset is about 120 classes for a total of 20.580 images. You can find the dataset here http://vision.stanford.edu/aditya86/ImageNetDogs/
- Paper: http://vision.stanford.edu/aditya86/ImageNetDogs/
- Data: *[link to the Github repository or current dataset location](http://vision.stanford.edu/aditya86/Ima
We should sort imports with isort to keep the import section clean
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Jul 25, 2022 - Python
-
Updated
May 26, 2022 - Python
/kind bug
What steps did you take and what happened:
Right now the Notebooks controller will be appending new Pod conditions to the Notebook's status https://github.com/kubeflow/kubeflow/blob/master/components/notebook-controller/controllers/notebook_controller.go#L247.
This means that a Notebook could end up with the following conditions being present at the same time:
{
-
Updated
Jul 21, 2022
-
Updated
Jul 25, 2021 - Jupyter Notebook
Created by Google Brain Team
Released November 9, 2015
- Organization
- tensorflow
- Website
- www.tensorflow.org
- 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.