TianMingChen

Results 8 comments of TianMingChen

> How about to change > `while(indices is None or len(indices) == 0):` > to > `while(indices is None or indices.dim == 0):` > > I can fix this issue...

> Hi, Thanks for releasing this code > I try to train the model on my dataset > but sometimes when I run the visualize notebook I get an error:...

> Can you tell me the size of your gpu memory please? > My gpu memory is 8G. However, out of memory always happen... it is 12G,and you can reduce...

> no no no , when I loaded the model , more than 5G memory is used. When the single picture is large than 1000_1000, it reports OOM! So I...

> When I use > > ` sh build.sh` > > then I have many error about cuda version. > I checked the version of cuda and found the version...

> I'm trying this implementation, but I'm having an error running the command `python3 test.py`. I never used tensorlayer, so I think I need help. > > This is the...

> would you try tl 1.14 ? it seems not have tensorlayer 1.14 Versions?

> Hello @TianMingChen , > > It's been a few months now... I did solve that problem but I'm not sure how. Probably I upgraded tensorlayer to a newer version....