Muhammad Ali
Muhammad Ali
Is there any way to get technical data, like Hash-Ribbons, RSI etc for cryptocurrencies? Thanks
Hi, first of all thanks alot for such wonderful library. Additionally kindly add Hash-Ribbons, as I have found it to be the most valid signal-generating indicator. And kindly if anyone...
changing on_train_epoch_end, and training_step functions to accept right inputs,
Hi there, Hope all of you are fine. How can I return the CLASS-id, like for car(it is 2), with tracked objects, so if I have to calculate speed, I...
Hi, I want to know whether I can use SegFromer for 3D segmentation, and landmark detection, particularly in CT scans? Thanks.
I am working on cough detection, and using COUGHVID dataset, where most of the audio files are of 9-sec length, but the range is from 1 sec to 9 sec...
TypeError: __init__() got an unexpected keyword argument 'global_pool' This error is thrown whenever we use Transformer model: ''' timm_learner(dls,'vit_small_patch16_224', loss_func=LabelSmoothingCrossEntropy(),metrics=[accuracy, top_3_accuracy, f1score, rocauc, prec ], opt_func=ranger,model_dir=struggling_models_path) ''' Thanks for any...
Hi there, It looks that lightweigh_gan expects model_256.pt in models dir. How to use the zip file of pretrained model, that is provided? As right now I am having following...
Hi Emrys.. Have you used Fastai2 for cutom NER, extending the HuggingFace Transformers? Thanks
Hi all, One major benefit of using Summary method for context in Conversation is to save cost. But with increasing chat iterations, no of token keeps on increasing, significantly. Is...