-
Sometimes the Python object that underlies your PyObject needs to be accessed with a slice-like notation with a string rather than dot notation. `dict`s would be one example, but since they're convert…
-
Running `amypad centiloid` CLI subcommand fails unless `MATLAB` platform is found in the current environment/system. See below,
```
(amypet) user@host:/# amypet centiloid --glob-MRI *.nii.gz --glob…
-
Hi, this is an interesting approach but from what I can see, you are starting the matlab engine every time the backend is called :
`eng = matlab.engine.start_matlab()` which is probably not scalable…
-
I trained the model on the market-1501 dataset but specifying the **no-evaluation** and and **comment the line no 8 for matlab error**. Now I want to check the performance of your model like mAP score…
-
For `MOI.Test.linear9test` and `MOI.Test.lin4test`, I get the error:
```
julia> MOIT.lin4test(BRIDGED, CONFIG)
Error using mexMatvec
mexMatvec: dimension of 4TH input is incorrect
Error in matv…
-
Hi,
Just tried new python 3.6 jupyter lab install (latest) and Matlab 2018b kernel install (.egg is 2018a however). In any case, I'm getting infinite restarts of the kernel with any notebook.
I…
-
I have tried several different methods to shut down the Matlab engine, before logging out of a Jupyter notebook running a Julia 1.3 kernel in Firefox on a Windows-10 box. (I never explicitly launch th…
-
When I tried to use -S which is suggestions by Matlab, I got the following error message:
-----------------------------------------------------------------------------------------------
MacBook-Pr…
-
First of all, I want to say thank you for your amazing work on HySUPP. I really appreciate your efforts and contributions to the field of hyperspectral image unmixing. However, I have a questi…
smlba updated
1 month ago
-
Hi,
I am wondering if it is possible to apply your method to a single layer, i.e., **relu(Wx + b)**. When I try to give LipSDP one layer, I get an "Inner matrix dimensions must agree." error. More …