-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/pyb…
nkr0 updated
4 months ago
-
我们有多个模型,需要做通用inference,需要载入多个模型
如果只load任意一个模型都是ok的
但如果load一个模型后,load另一个模型,如果其中一个模型用到lod_tensor,就会报错。
函数代码如下:
place = fluid.CPUPlace()
exe = fluid.Executor(place)
[inferen…
zyfo2 updated
3 years ago
-
**Problem description**
The authorization guard currently only checks if a user is authenticated, not if they are allowed to acccess a page. This leads to errors if users manually type a URL that the…
-
### Brief description of the issue
RSS Guard will not start at all. It immediately flags the following Windows 7 (x64) error dialogue:
### How to reproduce the bug?
1. Click on app icon to start it…
-
In xv6, syscalls manually do `begin_op()` and `end_op()` to open and close transactions. This is unsafe and hard to port to Rust. Maybe wrap these two calls into a guard and use RAII to auto-close a t…
-
It’s clear why Hungarian notation shouldn’t be used, but this doesn't prevent the actual mess from happening. The issue is that it still occurred. It should be quite simple to match and rename the fie…
-
## Bug report
**Required Info:**
- Operating System: Ubuntu 24.04
- Installation type: debian binaries
- Version:
- ros-jazzy-rclcpp Version: 28.1.5-1noble.20240922.085057
- ros-rolling-…
msplr updated
27 minutes ago
-
I have a file named testMetaplex.cjs with just one line of code:
const Metaplex = require("@metaplex-foundation/js");
Running on Node.js v20.15.0.
my npm list:
├── @metaplex-foundation/js@0.20.1…
-
I have set of routes that need to pass through group of middlewares. I tried to use route scopes but it requires prefix to be applied as well. I'm looking for feature like in laravel [route groups ](h…
-
### Subject of the issue
I've migrated my environment to Octane+Swoole and when making a request with `jwt.auth` middleware in `api.php`, the user is found using `Auth::user()` or `$request->user()`,…