Yongming He

Results 20 issues of Yongming He

Is there an option which can continue-train if I have to break and I want to train continuely from last training coondition?

When I train, the log will output in the terminal, but I can't find a log_file in the project path? Is there a log_file for reviewing?

Why change # Before: [SpaceToBatchND] -> [DepthwiseConv2dNative] -> [BatchToSpaceND] -> [normalize] -> [activate] to # After : [SpaceToBatchND] -> [DepthwiseConv2dNative] -> [normalize] -> [activate] -> [BatchToSpaceND]

This "--convert_to_pb" in evaluator.py but no relevant codes to do it?

can you give a quick test instructions?

Can you give an example to train vespcn model in detail? Thanks a lot.

How to test after training without mask ground-truth, it seemly it needs mask ground-truth when I run python tools/test_net.py --config-file configs/prop.yaml I just want to get the results of pred...

Can it be used for 64x64 images straightly?

There is nothing when run tensorboard --logdir=logs --port=6006

This is the log: Caused by op 'G/MatMul', defined at: File "test.py", line 81, in GH = G(L, is_train) File "test.py", line 49, in G t = DynFilter3D(x[:,T_in//2:T_in//2+1,:,:,c], Fx[:,0,:,:,:,:], [1,5,5])...