doublemanyu

Results 21 comments of doublemanyu

Is it necessary to downgrade the tensorflow version to solve the problem? Any other way?

> > > What are the training hyper parameters to get top1 acc>0.87, like batch, lr strategy? and how many epochs do you run? > I can only get 0.83...

I intend to implement non-random initialization as the paper said. But it seems like complex. Did you solve the problem now? Can you share your method? @wangkangnian @MrShawnXiao

hi, do you train the model successfully? I have a question that need your help. What does the term_width in core/util.py means?

> hi, i think the term_width is the width of terminal, you can try to use command line to train the model or fix the term_width number. Hi, I fix...

> > > Running demo.py, get 'rbd' error in saliency.py: > > File "saliency.py", line 62, in > edges = [[vertices[x%num_vertices], > vertices[x/num_vertices]] for x in edges] > IndexError: only...

您好,能告诉一下您输入的数据的格式是什么样子的吗?

Have you implement the non-random initialization? @mengrang @Ien001 @fxle

@Colin97 hi, i have trained the model, but i don't konw how to test. Should I run the shapenet.py under the ./shared/datasets/? Cause I found the test_propocess function.

Hi, did you solve the problem?