Site
Me New: mail
[/r/gwern
](https://old.reddit.com/r/gwern/ "Gwern subreddit: link-sharing
117 gist results
117 gist results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/ec2-user/anaconda3/envs/vtoonify_env/lib/python3.8/site-packages/torch/utils/cpp_extension.py:253: UserWarning: | |
!! WARNING !! | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
Your compiler (c++) is not compatible with the compiler Pytorch was | |
built with for this platform, which is g++ on linux. Please | |
use g++ to to compile your extension. Alternatively, you may | |
compile PyTorch from source using c++, and then you can also use | |
c++ to compile your extension. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
stylegan_nada_dir = "stylegan-nada/" | |
sys.path.append(stylegan_nada_dir) | |
sys.path.append(os.path.join(stylegan_nada_dir, "ZSSGAN")) | |
from ZSSGAN.model.ZSSGAN import ZSSGAN | |
model = torch.load("sketch_hq.pt") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
This is directly borrowed from Yannick Kilcher's work | |
Amended to work on Collab and accept some alternate engine sizes | |
''' | |
from dall_e import map_pixels, unmap_pixels | |
import numpy as np | |
import torchvision | |
import tempfile | |
import imageio | |
import random |
- gify s fungováním neuronových sítí: https://www.youtube.com/watch?v=aircAruvnKk, https://www.youtube.com/watch?v=IHZwWFHWa-w
- gif s lidskými obličeji: https://www.youtube.com/watch?v=djsEKYuiRFE
- video s vybarvováním obrázků: https://www.youtube.com/watch?v=k4nnK-LgW7E
- video s představováním CartoonGANu: https://www.youtube.com/watch?v=r4zzhN8Aibw&ab_channel=ZivZone
- video se záznamem učení HyperGANu: https://www.youtube.com/watch?v=qZHCqeBoO_s
- video s interpolací make girls moe: https://www.youtube.com/watch?v=AXAouosx95Y
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.