CyclicGen icon indicating copy to clipboard operation
CyclicGen copied to clipboard

Pre-trained model restored from chkpt model

Open dilipv09 opened this issue 4 years ago • 0 comments

Error: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA Pre-trained model restored from ./ckpt/ckpt/CyclicGen/model

facing above issue while executing run file- python run.py --pretrained_model_checkpoint_path=./ckpt/ckpt/CyclicGen/model --first=./myData/ucf101_interp_ours/1/frame_00.png --second=./myData/ucf101_interp_ours/1/frame_01_gt.png --out=./myData/ucf101_interp_ours/1/Output/out.png

Any help appreciated!!

dilipv09 avatar Jan 09 '20 02:01 dilipv09