Tin C.
Tin C.
I am trying to create my own RDF module based on dbpedia in Chinese. In my dsl.py, we created something like: HasKeyword.relation = "rdfs:label" HasKeyword.language = "zh" However, when I...
As titled, I am getting the following the error when searching non-english keywords on the **Search Preview** panel. ``` TypeError: Failed to execute 'setRequestHeader' on 'XMLHttpRequest': Value is not a...
The built-in `singularize` function yields lots of false positives: Here're some examples: 1) business 2) virginia 3) tour 4) loss It ends up I need to define a self-maintained exception...
# ❓ Questions & Help ## Details As titled, how can **Transformers4Rec** be extended to handle next basket recommendation, not just item recommendation?
https://github.com/alinlab/Confident_classifier/blob/462db01967f8a96374f2ab6a534b7c81fd872d2f/src/run_joint_confidence.py#L156 I'm bit confused about why you needa multiply the KL divergence loss by the **number of classes**. I can't find it from the definition of your paper, could you...
As titled, if a string property contains a single quote, the query parser will think it should include a closed bracket afterwards, e.g. ``` Children's Healthcare of Atlanta { error:...
I tried to mix some negative samples when training my classifier under your framework. However, the validation accuracy drops from **94%** to **61%.** Should I never do that? Is it...
For custom dataset with no categorical columns, the following error will raise when running `python core_models/main.py `, `TypeError: reduce() of empty sequence with no initial value` from https://github.com/sfme/RVAE_MixedTypes/blob/0555fc63b7f7cc5fa1910ffc19cd061b125dd54d/src/core_models/mixedDataset.py#L73-L75 I think...