osman - オスマン

Results 16 issues of osman - オスマン

### Summary :memo: Small fix for a typo in readme.md file ### Details 1. changed readme.md ### Checks - [ ] Closed #798 - [ ] Tested Changes - [...

Well, today I discovered that `/tmp` folder has a size limit (without separate disk partitions). Mine was 8 GB, so I couldn't download 20+ GB dataset. Can we add an...

In the documentation page for the [CatBoostRegressor](https://catboost.ai/en/docs/concepts/python-reference_catboostregressor) there are no default values of parameters or explanations on parameters shown except for the `loss_function` parameter. It is very hard to learn...

documentation

This is the notebook: https://colab.research.google.com/drive/1857BKLnYP_3gspdYTwKRO7aD3lGUFYhg?usp=sharing As you can see the last two cells are duplicates, but the first run always results in a completely bad score, and the second one...

This is a pretty small change. But it could make the page a little more smooth. This new quoted version works in both bash and fish.

### Command description This huggingface-cli command deals with the cache system of huggingface hub library. Deleting the cache, logging in, creating repositories on the huggingface hub. It is very useful...

new command
help wanted

I made this small change because it is so much easier to test stuff without cloning repository into your working directory. You can install forks: ``` pip install git+https://github.com/osbm/fastMRI_prostate.git ```...

Here is the minimal code that reproduces the error. ```python from fastmri.data.subsample import create_mask_for_mask_type from fastmri.data.transforms import apply_mask, to_tensor, center_crop import numpy as np mask_func =create_mask_for_mask_type( mask_type_str="magic_fraction", center_fractions=[0.37], accelerations=[4] )...

bug

Most laptops have NVIDIA gpus as discreet GPUs in addition to the iGPU of the processor. Because of this, `lspci | grep VGA` will only show iGPU. And nvidia card...

enhancement