CanYing

Results 11 issues of CanYing

Following [this post](https://forum.image.sc/t/running-local-plugin-on-colab/73414), I successfully downloaded Maven & OpenJDK (Linux version since Colab is on Linux) to Colab and set the corresponding environment variables (`JAVA_HOME` points to the corresponding jdk...

### All of the following criteria must be met - [X] All Requirements must be installed. - [X] Full ``Latest.log`` file included. If no file exists then leave this unchecked...

1. Operating System (Linux, MacOS, Windows): Windows 11 2. Hardware type (x86, ARM..) and RAM: x86-64, 64GB RAM 3. Python Version (e.g. 3.9): 3.8 4. Caiman version (e.g. 1.9.12): 1.9.8...

type: question

**Prerequisite** - [x] Make sure no duplicated issue has already been reported. You should look for closed issues, too. - [x] Make sure you are not asking us to help...

Hi, thanks for your work! I want to know the standard way to train `halutmatmul` on model level, as I am trying various model architectures with different datasets to examine...

Hi there! I got an StopIteration when I was trying to follow the steps to run your code, `scripts/run_glue.sh`: ``` ... previous messages hidden... 2024-05-13 16:17:00,172 [INFO]: module.classifier: Linear(in_features=768, out_features=3,...

It turns out, when online K-means (i.e. when we need to fit the K-means model multiple times to let it go through a very large dataset) is used, it is...

**Describe the bug** I used the same python environment to freeze my program in Windows. The program runs well if running from source under the same python environment, but after...

Hello HIP community. I have a simple Makefile with my HIP program converted by using hifipy-clang tool: ```Makefile # Define compiler and compiler flags CXX = g++ HIPCC = hipcc...

What are the files required to start the JVM in `jpype` and use by `pyimagej`? I have a program and eventually I need to freeze it to executables (i.e., `*.exe`...