added validation set and pre-trained model; tested on pytorch1.8

This commit is contained in:
Yiyi Liao
2021-06-07 17:54:54 +02:00
parent bdcc50a88f
commit 4617525f61
5 changed files with 68 additions and 60 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ C_FLAGS = -O3 -msse -msse2 -msse3 -msse4.2 -fPIC -Wall
CXX = g++ -c
CXX_FLAGS = -O3 -std=c++11 -msse -msse2 -msse3 -msse4.2 -fPIC -Wall
CUDA = nvcc -c
CUDA_FLAGS = -x cu -Xcompiler -fPIC -arch=sm_30 -std=c++11 --expt-extended-lambda
CUDA_FLAGS = -x cu -Xcompiler -fPIC -std=c++11 --expt-extended-lambda
PYRENDER_DEPENDENCIES = setup.py \