|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 6 | + <meta name="author" content="PyTorch-Ignite Team" /> |
| 7 | + <meta name="creator" content="PyTorch-Ignite Team" /> |
| 8 | + <meta name="publisher" content="PyTorch-Ignite Team" /> |
| 9 | + <meta |
| 10 | + name="description" |
| 11 | + content="Application to generate your training scripts with PyTorch Ignite." |
| 12 | + /> |
| 13 | + <meta |
| 14 | + name="keywords" |
| 15 | + content="pytorch, pytorch ignite, PyTorch-Ignite, training, code generate, Code-Generator" |
| 16 | + /> |
| 17 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 18 | + <meta name="theme-color" content="#ee4c2c" /> |
| 19 | + |
| 20 | + <meta name="twitter:card" content="summary_large_image" /> |
| 21 | + <meta name="twitter:site" content="@pytorch_ignite" /> |
| 22 | + <meta name="twitter:creator" content="@pytorch_ignite" /> |
| 23 | + <meta |
| 24 | + name="twitter:description" |
| 25 | + content="Application to generate your training scripts with PyTorch Ignite." |
| 26 | + /> |
| 27 | + <meta name="twitter:title" content="Code-Generator | PyTorch-Ignite" /> |
| 28 | + <meta |
| 29 | + name="twitter:image" |
| 30 | + content="https://code-generator.pytorch-ignite.ai/assets/logo.png" |
| 31 | + /> |
| 32 | + <meta name="twitter:image:alt" content="Code-Generator logo" /> |
| 33 | + |
| 34 | + <meta property="og:title" content="Code-Generator | PyTorch-Ignite" /> |
| 35 | + <meta property="og:type" content="website" /> |
| 36 | + <meta |
| 37 | + property="og:url" |
| 38 | + content="https://code-generator.pytorch-ignite.ai" |
| 39 | + /> |
| 40 | + <meta property="og:site_name" content="Code-Generator" /> |
| 41 | + <meta |
| 42 | + property="og:image" |
| 43 | + content="https://code-generator.pytorch-ignite.ai/assets/logo.png" |
| 44 | + /> |
| 45 | + <meta property="og:image:alt" content="Code-Generator logo" /> |
| 46 | + <meta |
| 47 | + property="og:description" |
| 48 | + content="Application to generate your training scripts with PyTorch Ignite." |
| 49 | + /> |
| 50 | + |
| 51 | + <title>Code-Generator | PyTorch-Ignite</title> |
| 52 | + <link |
| 53 | + rel="shortcut icon" |
| 54 | + href="https://raw.githubusercontent.com/pytorch/ignite/master/assets/logo/ignite_logomark.svg" |
| 55 | + type="image/svg+xml" |
| 56 | + /> |
| 57 | + <link rel="canonical" href="https://code-generator.pytorch-ignite.ai" /> |
| 58 | + <style> |
| 59 | + body { |
| 60 | + font-family: Avenir, sans-serif; |
| 61 | + text-align: center; |
| 62 | + padding: 10% 25%; |
| 63 | + -moz-osx-font-smoothing: grayscale; |
| 64 | + -webkit-font-smoothing: antialiased; |
| 65 | + } |
| 66 | + |
| 67 | + h1 { |
| 68 | + font-weight: 200; |
| 69 | + word-spacing: 2px; |
| 70 | + letter-spacing: 1px; |
| 71 | + } |
| 72 | + </style> |
| 73 | + </head> |
| 74 | + |
| 75 | + <body> |
| 76 | + <h1>Redirecting to Code-Generator...</h1> |
| 77 | + </body> |
| 78 | +</html> |
0 commit comments