Minh Tran

Results 4 issues of Minh Tran

Hi, I'm trying to do some experiment on stock dataset and using this command. add_all_ta_features(df_2, open="Open", high="High", low="Low", close="Adj Close", volume="Volume") So the Close here should be "Adj Close" or...

Hi, I was trying to make your repo but got this, how can I fix this? ./src/activations.c: In function ‘get_activation’: ./src/activations.c:59:42: error: ‘HSWISH’ undeclared (first use in this function); did...

Hello team, I would like to finetune your pretrained model for just five new class (total output will be five), how should I use the finetune? Thank you!

Hi, I was trying to train on my custom dataset and get this error, I barely used pytorch before so I have no idea how to fix it, really appreciate...