siddagra

Results 35 comments of siddagra

I am also having an issue with this. When training and validating I have set all character sets in train and test to chinese characters + latin alphanumerics and even...

For now I have used a dirty hack and used 94_full charset's symbols to represent Chinese characters. Mapping chinese characters to symbols in lmdb dataset and then back from symbols...

Thanks a lot for your help! I printed out several labels at several places, base.py, dataset.py, while lmdb encoding and decoding, etc. base.py ``` 141 pred = self.charset_adapter(pred) 142 print(pred)...

> > I am also having an issue with this. When training and validating I have set all character sets in train and test to chinese characters + latin alphanumerics...

> > Now you can do: > > ```shell > > # Finetuning > > ./train.py pretrained=parseq # parseq-tiny, etc. See released weights > > ``` > > How should...

> > > > @bmusq so, it is possible to finetune the model even changing the charset, right? > > > > > > > > > I tried to...

> Multiple inputs: use a sliding window approach. Apply model to non-overlapping crops of the input. Possible issues: characters at crop boundary will be cut off, repeated character detections. Perhaps...

same error when running code from documentation example at https://technical-analysis-library-in-python.readthedocs.io/en/latest/ code: ``` import pandas as pd from ta import add_all_ta_features from ta.utils import dropna import json with open("minuteDataFormatted/ABB-EQ.json") as f:...

I think the size of the input image is very big and when it is trying to upsample, it crashes, fixing this is going to be a pain since I...

First and foremost I want to deeply thank both of you for all the help and the model itself thus far. I am very greatful and you guys have been...