ZHENGQI GAO

Results 11 issues of ZHENGQI GAO

**Describe the bug** When I use PAC mode to access Wiki, e.g., this page: https://en.wikipedia.org/wiki/Non-negative_matrix_factorization, the equations cannot display properly. But, if I use global mode, everthing goes fine. **System...

System : MacOS, ghc with sdl2 installed. As stated in the title, how can I create a gradually faded image via sdl2? (Note that the figure is given by a...

question

Hi, when I run the code training the unimodal image network (LeNet5 structure, as depicted in the paper) on the disturbed MNIST (25% energy removed), I obtain an accuracy ~53%...

Take the forward function in the Affineflow class as an example. x0 is constructed by x[0], x[2], x[4],..., and x1 is constructed by x[1], x[3], x[5], ..... But z is...

Hi, Thanks for the great work and repo. I am reading the ode_demo.py under the example folder. At present, the time steps are defined by ``t = torch.linspace(0., 25., args.data_size).to(device)``...

Hi, Thanks for the implementation. After using it, I think adding a warning or raising an error would be highly useful when the input `x1` is not an increasing function....

Hey guys, I am a student working on a project now, and what I want to do is to generate a fake ```ECG(PPG)``` signal based on a given training sets....

When I do `./do-configure`, I get the following error: ``` Make Error at tribits/core/common/TribitsConstants.cmake:17 (message): Error, TriBiTS must have version 3.23.0 or higher! Call Stack (most recent call first): tribits/core/package_arch/TribitsProjectImpl.cmake:33...

type: question

Hi, Thanks for the nice package. I am new to `equinox`. I attempted to write a simple MLP but failed with an error. From the returned information, I am a...

question

Hi, Thanks for the nice package. I have a question regarding the implementation of `diffrax.diffeqsolve`. Specifically, I want to know a bit more details about the ODE solver, especially on...