Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tensorflow:fast-style-transfer [2018/04/22] gomidatensorflow:fast-style-transfer [2018/04/22] gomida
Line 29: Line 29:
 ---- ----
 === TF Lite === === TF Lite ===
-스트라이드를 줄여 디컨볼루션을 제거하고 러닝하면 TransposeConv는 제거할 수 있지만 모델 사이즈 제한에 걸린다.+== interpreter->AllocateTensors() 호출 시 == 
 +<code> 
 +Failed to allocate tensors! 
 +tensorflow/contrib/lite/kernels/div.cc:48 NumDimensions(input1) != NumDimensions(input2) (4 != 0) 
 +</code> 
 + 
 +== 변환 에러 ==
 <code> <code>
 gomida@TITAN:~/github/tensorflow$ ./bazel-bin/tensorflow/contrib/lite/toco/toco --input_file=/home/gomida/github/tensorflow-fast-style-transfer/frozen_out3.pb  --output_file=/home/gomida/github/tensorflow-fast-style-transfer/frozen_out3_r16.tflite --input_array=input --output_array=Tanh --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE gomida@TITAN:~/github/tensorflow$ ./bazel-bin/tensorflow/contrib/lite/toco/toco --input_file=/home/gomida/github/tensorflow-fast-style-transfer/frozen_out3.pb  --output_file=/home/gomida/github/tensorflow-fast-style-transfer/frozen_out3_r16.tflite --input_array=input --output_array=Tanh --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE

TypeError: Cannot access offset of type string on string

TypeError: Cannot access offset of type string on string

An unforeseen error has occured. This is most likely a bug somewhere.

More info has been written to the DokuWiki error log.