Skip to content

Instantly share code, notes, and snippets.

from tqdm import tqdm
import numpy as np
def init_model():
# return an initialized pytorch model here..
pass
def init_optimizer():
# return an initialized optimizer here..
pass
checking for clang... no
checking for llvm-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes