gangooteli

Results 15 comments of gangooteli

I have also same issue. What is the input image size?

I am getting the same error for version simplet5==0.1.3. Below is the error log --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 from simplet5 import SimpleT5 2...

Will this code base not work for cuda 8? I am using cuda 8. I have some other project setup using cuda 8. So didn't wanted to remove cuda 8...

@sachinruk @lofar788 We can also use **seq_len** and pass sequence length such that **dynamic_rnn** will do learning upto length of each sequence. In this we don't even need to worry...

Same Question as above

Currently not. Need to train on SUNRGBD dataset.

Download SUNRGBD dataset In extract_rgdb_data.m, you need to provide SUNRGBD dataset path. Then run it. It will create 4 folders with files in it. You path might not be correct...

You need to create train_data_idx.txt which will contain list of filename generated in the mysunrgbd/depth.

> > Thanks a lot for this great feature! I tried it with the latest caoshiyi:prefix, but I found that there's no speed improvement. (one V100 GPU, tested with Baichuan2-13B-chat...

> `model.bfloat16()` can solve this problem This solved my issue. changing from float to bfloat solved my issue. I tried playing around with different values of temperate, do_sample=True/false, top_k, top_p,...