pintonos

Results 8 issues of pintonos

**Prerequisites** > Please fill in by replacing `[ ]` with `[x]`. * [x] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions...

Are there any plans to implement DLRM from Facebook? [Pytorch implementation](https://github.com/facebookresearch/dlrm) [Paper](https://arxiv.org/abs/1906.00091)

enhancement&feature request

Hello, I tried to reimplement CARCA (https://github.com/ahmedrashed-ml/CARCA), a Context and Attribute-Aware Sequential Recommender. However, it seems RecBole does not support any embeddings for context-aware, sequential RS. The provided implementations for...

enhancement

### Description: Rebuilding the example in the readme, following error occured: ``` (node:7520) UnhandledPromiseRejectionWarning: TypeError: googleFunction is not a function at Function. (C:\Users\..\lambda\node_modules\virtual-google-assistant\lib\src\Invoker.js:57:70) at Generator.next () at C:\Users\..\lambda\node_modules\virtual-google-assistant\lib\src\Invoker.js:7:71 at new...

Hello, I tried to update the S3 source bucket of the solution via the environmental variables of the "input-validate" lambda, however it seems that this does not update the trigger...

enhancement

## Bug report ### Required System information - Node.js version: 16.20.2 - NPM version: 9.4.1 - Strapi version: 4.12.1 - Database: Postgres - Operating system: Linux/Windows - Is your project...

issue: bug
severity: medium
status: confirmed
source: core:admin

Add time-based split mode with ratios in evaluation. References: [https://arxiv.org/abs/2408.12008](https://arxiv.org/abs/2408.12008) [https://dl.acm.org/doi/10.1145/3604915.3608839](https://dl.acm.org/doi/10.1145/3604915.3608839)

Add TriMLP model to recbole for sequential recommendation. [https://dl.acm.org/doi/10.1145/3670995](https://dl.acm.org/doi/10.1145/3670995) [https://github.com/jiangyiheng1/TriMLP](https://github.com/jiangyiheng1/TriMLP)