Home

Check CUDA, cuDNN, PyTorch Versions

Requirements Pillow tabulate Check PyTorch, CUDA, cuDNN Versions on Ubuntu and Windows # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved import numpy as np import os import subprocess import sys from collections import defaultdict import PIL import torch import torchvision from tabulate import tabulate __all__ = ["...

Read more

Interactive Sketch & Fill: Multiclass Sketch-to-Image Translation - Ghosh - ICCV 2019 - PyTorch

Info Title: Interactive Sketch & Fill: Multiclass Sketch-to-Image Translation Task: Image-to-Image Translation Author: Arnab Ghosh Richard Zhang Puneet K. Dokania Oliver Wang Alexei A. Efros Philip H. S. Torr Eli Shechtman Date: Sep. 2019 Arxiv: 1909.11081 Published: ICCV 2019 Highlights Interactive GUI First complete,...

Read more

Seeing What a GAN Cannot Generate - Bau - ICCV 2019

Info Title: Seeing What a GAN Cannot Generate Author: Date: Sep. 2019 Paper Published: ICCV 2019 Abstract Despite the success of Generative Adversarial Networks(GANs), mode collapse remains a serious issue during GAN training. To date, little work has focused on understanding and quantifying which modes have been dropped by a model...

Read more