Chidhambararajan
Chidhambararajan
Hi , I developed a new hotword detector named EfficientWord-Net , it works on One-Shot Learning Very similar to face recognition . One needs to provide just a few positive...
Looks like tensorflow==1.* is not supported in python3.8 , so the project wont work with python3.8 I actually wasted a lot of time in figuring it out, Kindly add the...
Hi , I developed a new hotword detector named EfficientWord-Net , it works on One-Shot Learning Very similar to face recognition . One needs to provide just a few positive...
why is the words_list variable in autocomplete.py variable declared empty .. instead it can be initialized with the list of key words in python ,to get a better autocompletion
I'd like to thank you guys for giving such an awesome bNN library I observed that the inference time in the optimized LCE libary is really quick , can that...
Is there a way to make mimic speak out with phoneme input?? Cause the speech produced is satisfactory ,but the pronunciation was'nt up to the mark So i thought of...
Big fan of your work here I noticed that in the initial steps of training donut was outputting some Japanese characters and Chinese characters. Which is ideal for multi lingual...
In train.py there are segments where special tokens are added to the training flow, such xml tags are predicted as a single token rather than a sequence of characters I...
Hi I am trying to prune a slight variation of Resnet model to get discriminative features ```` class ResNetArc_Classifier(nn.Module): def __init__(self, model_type:str="resnet50", class_count:int=1000): super(ResNetArc_Classifier, self).__init__() resnet_model_fn = getattr(torchvision.models, model_type) self.inp_batch_norm...
Hello there, In the TInyWireM library, we got the SDA , SCL pins declared in the USI_TWI_Master.h file. So can we change the pin declarations of the SDA ,SCL pins...