elvenson / stable_diffusion_keras_inference
Stable Diffusion inference using Keras model
Prediction
elvenson/stable_diffusion_keras_inference:0aaf752f213e224b0546063563aadca16a30aaffd780aad3cf56a91240bfe60eIDwmgaoq5z5vhv5nyg7tnac55vxqStatusSucceededSourceWebHardware–Total durationCreatedInput
- prompt
- Teddy bears conducting machine learning research
- version
- "2"
- image_size
- 640x960
- num_outputs
- 1
- num_inference_steps
- 50
- unconditional_guidance_scale
- 7.5
{ "prompt": "Teddy bears conducting machine learning research", "version": "2", "image_size": "640x960", "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run elvenson/stable_diffusion_keras_inference using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "elvenson/stable_diffusion_keras_inference:0aaf752f213e224b0546063563aadca16a30aaffd780aad3cf56a91240bfe60e", { input: { prompt: "Teddy bears conducting machine learning research", version: "2", image_size: "640x960", num_outputs: 1, num_inference_steps: 50, unconditional_guidance_scale: 7.5 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run elvenson/stable_diffusion_keras_inference using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "elvenson/stable_diffusion_keras_inference:0aaf752f213e224b0546063563aadca16a30aaffd780aad3cf56a91240bfe60e", input={ "prompt": "Teddy bears conducting machine learning research", "version": "2", "image_size": "640x960", "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run elvenson/stable_diffusion_keras_inference using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "elvenson/stable_diffusion_keras_inference:0aaf752f213e224b0546063563aadca16a30aaffd780aad3cf56a91240bfe60e", "input": { "prompt": "Teddy bears conducting machine learning research", "version": "2", "image_size": "640x960", "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-04-17T10:12:01.330758Z", "created_at": "2023-04-17T10:10:24.873426Z", "data_removed": false, "error": null, "id": "wmgaoq5z5vhv5nyg7tnac55vxq", "input": { "prompt": "Teddy bears conducting machine learning research", "version": "2", "image_size": "640x960", "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 }, "logs": "By using this model checkpoint, you acknowledge that its usage is subject to the terms of the CreativeML Open RAIL++-M license at https://github.com/Stability-AI/stablediffusion/main/LICENSE-MODEL\n2023-04-17 10:11:19.537738: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 4 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 4 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.551945: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 320 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.562262: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 320 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 2 2 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.571999: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 320 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.578584: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 320 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 320 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.589934: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.600637: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 2 2 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.614211: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.620868: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 640 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.640721: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.663433: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 2 2 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.684716: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 16 10 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.721584: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 2560 spatial: 16 10 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.733397: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 2560 spatial: 16 10 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.753188: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.792489: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 2560 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.808472: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 2560 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.837135: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1920 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1920 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.850048: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1920 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1920 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.874505: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.902352: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1920 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 1920 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.917671: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1920 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 1920 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.934960: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.946733: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 1280 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 1280 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.960775: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 960 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 960 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.970355: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 960 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 960 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:19.989953: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 640 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:20.017115: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 960 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 960 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:20.037880: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 960 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 960 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:20.056367: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:20.072479: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 640 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 320 input_feature_map_count: 640 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:20.078947: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 320 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 4 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n 1/50 [..............................] - ETA: 40:44\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 2/50 [>.............................] - ETA: 12s \b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 3/50 [>.............................] - ETA: 12s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 4/50 [=>............................] - ETA: 12s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 5/50 [==>...........................] - ETA: 11s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 6/50 [==>...........................] - ETA: 11s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 7/50 [===>..........................] - ETA: 11s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 8/50 [===>..........................] - ETA: 11s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 9/50 [====>.........................] - ETA: 10s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n10/50 [=====>........................] - ETA: 10s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n11/50 [=====>........................] - ETA: 10s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n12/50 [======>.......................] - ETA: 10s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n13/50 [======>.......................] - ETA: 9s \b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n14/50 [=======>......................] - ETA: 9s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n15/50 [========>.....................] - ETA: 9s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n16/50 [========>.....................] - ETA: 9s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n17/50 [=========>....................] - ETA: 8s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n18/50 [=========>....................] - ETA: 8s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n19/50 [==========>...................] - ETA: 8s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n20/50 [===========>..................] - ETA: 8s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n21/50 [===========>..................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n22/50 [============>.................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n23/50 [============>.................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n24/50 [=============>................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n25/50 [==============>...............] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n26/50 [==============>...............] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n27/50 [===============>..............] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n28/50 [===============>..............] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n29/50 [================>.............] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n30/50 [=================>............] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n31/50 [=================>............] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n32/50 [==================>...........] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n33/50 [==================>...........] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n34/50 [===================>..........] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n35/50 [====================>.........] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n36/50 [====================>.........] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n37/50 [=====================>........] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n38/50 [=====================>........] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n39/50 [======================>.......] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n40/50 [=======================>......] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n41/50 [=======================>......] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n42/50 [========================>.....] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n43/50 [========================>.....] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n44/50 [=========================>....] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n45/50 [==========================>...] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n46/50 [==========================>...] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n47/50 [===========================>..] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n48/50 [===========================>..] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n49/50 [============================>.] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n50/50 [==============================] - 63s 267ms/step\n2023-04-17 10:11:52.941749: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 4 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 4 input_feature_map_count: 4 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:52.950767: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 4 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 4 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:52.966594: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:52.991896: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.009837: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.029310: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.077621: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 256 160 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.162894: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 256 160 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.355331: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.537616: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 256 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.694083: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 512 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 256 input_feature_map_count: 512 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.827837: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 256 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 256 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:53.929183: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 256 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 256 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:54.288489: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 256 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 256 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:54.595427: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 256 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 128 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:54.883180: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 256 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 128 input_feature_map_count: 256 layout: OutputInputYX shape: 1 1 }\n{zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:55.145238: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 128 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 128 input_feature_map_count: 128 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:55.331951: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 128 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 128 input_feature_map_count: 128 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.\n2023-04-17 10:11:55.435626: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution:\ninput: {count: 1 feature_map_count: 128 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX}\nfilter: {output_feature_map_count: 3 input_feature_map_count: 128 layout: OutputInputYX shape: 3 3 }\n{zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 }\n... because it uses an identity activation.", "metrics": { "predict_time": 96.339746, "total_time": 96.457332 }, "output": [ "https://replicate.delivery/pbxt/f4YEPN2AKSxXcCe35ez7vuiO8evr3pnH7VNsk52Y11ZBXzKDB/out-0.png" ], "started_at": "2023-04-17T10:10:24.991012Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wmgaoq5z5vhv5nyg7tnac55vxq", "cancel": "https://api.replicate.com/v1/predictions/wmgaoq5z5vhv5nyg7tnac55vxq/cancel" }, "version": "0aaf752f213e224b0546063563aadca16a30aaffd780aad3cf56a91240bfe60e" }
Generated inBy using this model checkpoint, you acknowledge that its usage is subject to the terms of the CreativeML Open RAIL++-M license at https://github.com/Stability-AI/stablediffusion/main/LICENSE-MODEL 2023-04-17 10:11:19.537738: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 4 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 4 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.551945: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 320 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.562262: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 320 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 2 2 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.571999: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 320 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.578584: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 320 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 320 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.589934: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.600637: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 2 2 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.614211: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.620868: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 640 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.640721: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.663433: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 2 2 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.684716: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 16 10 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.721584: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 2560 spatial: 16 10 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.733397: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 2560 spatial: 16 10 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.753188: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.792489: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 2560 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.808472: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 2560 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 2560 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.837135: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1920 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1920 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.850048: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1920 spatial: 32 20 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1920 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.874505: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 1280 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.902352: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1920 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 1920 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.917671: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1920 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 1920 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.934960: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 1280 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.946733: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 1280 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 1280 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.960775: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 960 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 960 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.970355: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 960 spatial: 64 40 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 960 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:19.989953: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 640 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:20.017115: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 960 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 960 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:20.037880: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 960 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 960 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:20.056367: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 640 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:20.072479: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 640 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 320 input_feature_map_count: 640 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:20.078947: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 320 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 4 input_feature_map_count: 320 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 1/50 [..............................] - ETA: 40:4 2/50 [>.............................] - ETA: 12s 3/50 [>.............................] - ETA: 12 4/50 [=>............................] - ETA: 12 5/50 [==>...........................] - ETA: 11 6/50 [==>...........................] - ETA: 11 7/50 [===>..........................] - ETA: 11 8/50 [===>..........................] - ETA: 11 9/50 [====>.........................] - ETA: 10 10/50 [=====>........................] - ETA: 10 11/50 [=====>........................] - ETA: 10 12/50 [======>.......................] - ETA: 10 13/50 [======>.......................] - ETA: 9 14/50 [=======>......................] - ETA: 15/50 [========>.....................] - ETA: 16/50 [========>.....................] - ETA: 17/50 [=========>....................] - ETA: 18/50 [=========>....................] - ETA: 19/50 [==========>...................] - ETA: 20/50 [===========>..................] - ETA: 21/50 [===========>..................] - ETA: 22/50 [============>.................] - ETA: 23/50 [============>.................] - ETA: 24/50 [=============>................] - ETA: 25/50 [==============>...............] - ETA: 26/50 [==============>...............] - ETA: 27/50 [===============>..............] - ETA: 28/50 [===============>..............] - ETA: 29/50 [================>.............] - ETA: 30/50 [=================>............] - ETA: 31/50 [=================>............] - ETA: 32/50 [==================>...........] - ETA: 33/50 [==================>...........] - ETA: 34/50 [===================>..........] - ETA: 35/50 [====================>.........] - ETA: 36/50 [====================>.........] - ETA: 37/50 [=====================>........] - ETA: 38/50 [=====================>........] - ETA: 39/50 [======================>.......] - ETA: 40/50 [=======================>......] - ETA: 41/50 [=======================>......] - ETA: 42/50 [========================>.....] - ETA: 43/50 [========================>.....] - ETA: 44/50 [=========================>....] - ETA: 45/50 [==========================>...] - ETA: 46/50 [==========================>...] - ETA: 47/50 [===========================>..] - ETA: 48/50 [===========================>..] - ETA: 49/50 [============================>.] - ETA: 50/50 [==============================] - 63s 267ms/step 2023-04-17 10:11:52.941749: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 4 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 4 input_feature_map_count: 4 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:52.950767: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 4 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 4 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:52.966594: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:52.991896: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.009837: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.029310: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 128 80 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.077621: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 256 160 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.162894: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 256 160 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.355331: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 512 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.537616: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 256 input_feature_map_count: 512 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.694083: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 512 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 256 input_feature_map_count: 512 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.827837: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 256 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 256 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:53.929183: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 256 spatial: 512 320 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 256 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:54.288489: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 256 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 256 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:54.595427: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 256 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 128 input_feature_map_count: 256 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:54.883180: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 256 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 128 input_feature_map_count: 256 layout: OutputInputYX shape: 1 1 } {zero_padding: 0 0 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:55.145238: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 128 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 128 input_feature_map_count: 128 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:55.331951: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 128 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 128 input_feature_map_count: 128 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation. 2023-04-17 10:11:55.435626: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:5340] Disabling cuDNN frontend for the following convolution: input: {count: 1 feature_map_count: 128 spatial: 1024 640 value_min: 0.000000 value_max: 0.000000 layout: BatchDepthYX} filter: {output_feature_map_count: 3 input_feature_map_count: 128 layout: OutputInputYX shape: 3 3 } {zero_padding: 1 1 pad_alignment: default filter_strides: 1 1 dilation_rates: 1 1 } ... because it uses an identity activation.
Prediction
elvenson/stable_diffusion_keras_inference:9fed3df7cc8aa2eb615f762740f30643d4cd5d324eb807a2bd0e585e4acf13d5IDt6caktjbq5q4fvxxba6et4homuStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedby @elvensonInput
- prompt
- sky view of boats floating on green blue ocean
- upscale
- num_outputs
- 1
- num_inference_steps
- 50
- unconditional_guidance_scale
- 7.5
{ "prompt": "sky view of boats floating on green blue ocean", "upscale": true, "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run elvenson/stable_diffusion_keras_inference using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "elvenson/stable_diffusion_keras_inference:9fed3df7cc8aa2eb615f762740f30643d4cd5d324eb807a2bd0e585e4acf13d5", { input: { prompt: "sky view of boats floating on green blue ocean", upscale: true, num_outputs: 1, num_inference_steps: 50, unconditional_guidance_scale: 7.5 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run elvenson/stable_diffusion_keras_inference using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "elvenson/stable_diffusion_keras_inference:9fed3df7cc8aa2eb615f762740f30643d4cd5d324eb807a2bd0e585e4acf13d5", input={ "prompt": "sky view of boats floating on green blue ocean", "upscale": True, "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run elvenson/stable_diffusion_keras_inference using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "elvenson/stable_diffusion_keras_inference:9fed3df7cc8aa2eb615f762740f30643d4cd5d324eb807a2bd0e585e4acf13d5", "input": { "prompt": "sky view of boats floating on green blue ocean", "upscale": true, "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-06-10T15:38:57.532855Z", "created_at": "2023-06-10T15:36:06.007599Z", "data_removed": false, "error": null, "id": "t6caktjbq5q4fvxxba6et4homu", "input": { "prompt": "sky view of boats floating on green blue ocean", "upscale": true, "num_outputs": 1, "num_inference_steps": 50, "unconditional_guidance_scale": 7.5 }, "logs": "1/50 [..............................] - ETA: 10s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 2/50 [>.............................] - ETA: 8s \b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 3/50 [>.............................] - ETA: 8s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 4/50 [=>............................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 5/50 [==>...........................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 6/50 [==>...........................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 7/50 [===>..........................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 8/50 [===>..........................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n 9/50 [====>.........................] - ETA: 7s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n10/50 [=====>........................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n11/50 [=====>........................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n12/50 [======>.......................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n13/50 [======>.......................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n14/50 [=======>......................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n15/50 [========>.....................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n16/50 [========>.....................] - ETA: 6s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n17/50 [=========>....................] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n18/50 [=========>....................] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n19/50 [==========>...................] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n20/50 [===========>..................] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n21/50 [===========>..................] - ETA: 5s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n22/50 [============>.................] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n23/50 [============>.................] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n24/50 [=============>................] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n25/50 [==============>...............] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n26/50 [==============>...............] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n27/50 [===============>..............] - ETA: 4s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n28/50 [===============>..............] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n29/50 [================>.............] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n30/50 [=================>............] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n31/50 [=================>............] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n32/50 [==================>...........] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n33/50 [==================>...........] - ETA: 3s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n34/50 [===================>..........] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n35/50 [====================>.........] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n36/50 [====================>.........] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n37/50 [=====================>........] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n38/50 [=====================>........] - ETA: 2s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n39/50 [======================>.......] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n40/50 [=======================>......] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n41/50 [=======================>......] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n42/50 [========================>.....] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n43/50 [========================>.....] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n44/50 [=========================>....] - ETA: 1s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n45/50 [==========================>...] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n46/50 [==========================>...] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n47/50 [===========================>..] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n48/50 [===========================>..] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n49/50 [============================>.] - ETA: 0s\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\n50/50 [==============================] - 9s 179ms/step", "metrics": { "predict_time": 14.894551, "total_time": 171.525256 }, "output": [ "https://replicate.delivery/pbxt/oqbshfj3AR1mLSTbfuDFZNiMPMetzfnp3Rfxg10Q8fRPELJRE/out-0.png" ], "started_at": "2023-06-10T15:38:42.638304Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/t6caktjbq5q4fvxxba6et4homu", "cancel": "https://api.replicate.com/v1/predictions/t6caktjbq5q4fvxxba6et4homu/cancel" }, "version": "9fed3df7cc8aa2eb615f762740f30643d4cd5d324eb807a2bd0e585e4acf13d5" }
Generated in1/50 [..............................] - ETA: 10 2/50 [>.............................] - ETA: 8 3/50 [>.............................] - ETA: 4/50 [=>............................] - ETA: 5/50 [==>...........................] - ETA: 6/50 [==>...........................] - ETA: 7/50 [===>..........................] - ETA: 8/50 [===>..........................] - ETA: 9/50 [====>.........................] - ETA: 10/50 [=====>........................] - ETA: 11/50 [=====>........................] - ETA: 12/50 [======>.......................] - ETA: 13/50 [======>.......................] - ETA: 14/50 [=======>......................] - ETA: 15/50 [========>.....................] - ETA: 16/50 [========>.....................] - ETA: 17/50 [=========>....................] - ETA: 18/50 [=========>....................] - ETA: 19/50 [==========>...................] - ETA: 20/50 [===========>..................] - ETA: 21/50 [===========>..................] - ETA: 22/50 [============>.................] - ETA: 23/50 [============>.................] - ETA: 24/50 [=============>................] - ETA: 25/50 [==============>...............] - ETA: 26/50 [==============>...............] - ETA: 27/50 [===============>..............] - ETA: 28/50 [===============>..............] - ETA: 29/50 [================>.............] - ETA: 30/50 [=================>............] - ETA: 31/50 [=================>............] - ETA: 32/50 [==================>...........] - ETA: 33/50 [==================>...........] - ETA: 34/50 [===================>..........] - ETA: 35/50 [====================>.........] - ETA: 36/50 [====================>.........] - ETA: 37/50 [=====================>........] - ETA: 38/50 [=====================>........] - ETA: 39/50 [======================>.......] - ETA: 40/50 [=======================>......] - ETA: 41/50 [=======================>......] - ETA: 42/50 [========================>.....] - ETA: 43/50 [========================>.....] - ETA: 44/50 [=========================>....] - ETA: 45/50 [==========================>...] - ETA: 46/50 [==========================>...] - ETA: 47/50 [===========================>..] - ETA: 48/50 [===========================>..] - ETA: 49/50 [============================>.] - ETA: 50/50 [==============================] - 9s 179ms/step
Want to make some of these yourself?
Run this model