aespielberg
aespielberg
mmconvert -sf caffe -in minc-model/deploy-googlenet.prototxt -iw minc-model/googlenet.caffemodel -df tensorflow -om . --inputshape 10,3,244,244 gives the same error. On Mon, Aug 27, 2018 at 12:32 AM namizzz wrote: > hi @aespielberg...
mmconvert -sf caffe -in minc-model/deploy-googlenet.prototxt -iw minc-model/googlenet.caffemodel -df tensorflow -om . --inputshape 3,244,244 Traceback (most recent call last): File "/home/aespielberg/anaconda3/bin/mmconvert", line 11, in sys.exit(_main()) File "/home/aespielberg/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/_script/convert.py", line 102, in _main...
Fixing that creates the following error: ``` WARNING: Logging before InitGoogleLogging() is written to STDERR I0901 20:33:58.149339 2084 net.cpp:51] Initializing net from parameters: state { phase: TEST level: 0 }...
I tried stop_recording which did not help; I will try the new interface soon and I will post the output of stop_recording.
Okay, adding `ti.aot.stop_recording()` to the end of that script yields the output: ```[ Taichi] version 1.0.4, llvm 10.0.0, commit 2827db2c, linux, python 3.9.7 [I 08/05/22 13:43:05.420 3301647] [action_recorder.cpp:start_recording@26] ActionRecorder: start...
Thank you, I understand the basic idea now, this is helpful. I guess, overall, I am also wondering if the possible is currently possible in taichi (even if not documented...
Hi @erizmr sorry, maybe there was a misunderstanding - I know how to use backward computation, I was simply wondering if there was an example on using it with AOT....
> Hi @aespielberg, For the original issue, can you give a try on the following code? I was able to get "record.yaml" locally and was wondering if you can reproduce...
This is taichi 1.04; Ubuntu 20.04.3 LTS; running in Anaconda Python 3.9.7.