Mikolaj Buchwald

Results 7 issues of Mikolaj Buchwald

It is possible to install EasySSH via `apt` (see: https://installati.one/ubuntu/22.04/easyssh/ -- I tested it and it works). Can this fact be mentioned in the README? For example, for people who...

### Informations - **Qiskit version**: 0.37.1 - **Python version**: 3.10.4 - **Operating system**: macOS ### What is the current behavior? `qiskit.__version__` shows version 0.21.1 instead of 0.37.1 ### Steps to...

bug

### Description Python version: 3.11.5 SciPy version: 1.11.3 When there are NaNs in the input, the test silently produces NaN as an output (i.e., resulting statistics and p-value). It should...

scipy.stats
query

The link to the dataset doesn't work anymore: https://keras.io/examples/vision/video_classification/ (code: https://github.com/keras-team/keras-io/blob/master/examples/vision/video_classification.py). I contacted the author, we will see what can be done about that.

type:bug

On running: ``` docker-compose up ``` in: ``` /home/ubuntu/Downloads/Aliro-master ``` (where: `ubuntu` is my username) getting: ``` ERROR: Couldn't find env file: /home/ubuntu/Downloads/Aliro-master/config/ai.env ``` Env file missing or path in...

``` Traceback (most recent call last): File "...CycleGAN-PyTorch/train.py", line 594, in main() File ".../CycleGAN-PyTorch/train.py", line 104, in main g_A_model, ema_g_A_model, start_epoch, g_optimizer, g_scheduler = load_resume_state_dict( ^^^^^^^^^^^^^^^^^^^^^^^ File ".../CycleGAN-PyTorch/utils.py", line 137,...