dhinkris

Results 7 comments of dhinkris

I am facing the same issue for INT16. Any updates on this issue?

Hi @xh542428798 , You should be able to open them through CLI iteratively. In your case you need use -g -s . This is from a MAC OS. Linux distributions...

@fx-carton Thanks for clarifying this. Now I clearly understand the problem. I am working on fetal MRI scans. The modality is T2 SSFSE and we perform three acquisitions close which...

my assumption.. if trained on a 8 core CPU.. with the number of dataset in txt file, for one epoch, it will take atleast a week

@pooyadavoodi below are the logs for FP32 2019-12-24 10:55:50.344930: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:716] Optimization results for grappler item: tf_graph 2019-12-24 10:55:50.344979: I tensorflow/core/grappler/optimizers/meta_optimizer.cc:718] constant folding: Graph size after: 298 nodes (-126), 326...

@zhen-xing I used keras models and converted it to tensorflow model. You can take a look at the below function ``` class FrozenGraph(object): def __init__(self, model, shape): shape = (None,...

Hi @pooyadavoodi , I am getting the same log if I use these flags: TF_CPP_VMODULE=segment=2,convert_graph=2,convert_nodes=2,trt_engine=1,trt_logger=2 But if I use this flag, I got lot for 4gb. TF_CPP_MIN_VLOG_LEVEL=2 python I have...