Markus Kaukonen
Markus Kaukonen
I have installed with pip ``` scikit-video==1.1.11 ffmpeg==1.4 ffprobe==0.5 ``` for me at least `sudo apt-get install --no-install-recommends ffmpeg` was needed, probably also `pip install ffmpeg` terveisin, Markus
I confirm this problem with netCDF4==1.6.0 (Ubuntu 22.04) After saying `pip install netcdf4==1.5.7` problem disappeared, the resulting environment (that works fine) is: ``` pip freeze certifi==2022.6.15 cftime==1.6.1 cycler==0.11.0 fonttools==4.37.1 kiwisolver==1.4.4...
> And you can download SST data on this website: https://resources.marine.copernicus.eu/?option=com_csw&product_id=GLOBAL_ANALYSIS_FORECAST_PHY_001_024&view=details This links to a copernicus page with global forecast. **Can you give any more data to reproduce the results...
I changed in train.py to ``` callbacks = [ ReduceLROnPlateau(verbose=1), EarlyStopping(patience=5, verbose=1), ModelCheckpoint('checkpoints', verbose=1, save_best_only=True), TensorBoard(log_dir='logs') ] ``` to avoid filling disk with unnecessary restart files and only saving the...
- Thanks for a quick update. I'll make a era5 fork and start to work on it. - I have downloaded era5 data 1959-2022 with a 6 hour intervall in...
Ok, I'll start pushing era5 6h data to HuggingFace, need to read docs first...
Sorry, slow progress here, I was changed to another project. Well some findings anyway: - in loss weight by latitude, latitude must be in radians, not degrees - it is...
Thanks @mishooax , you are lucky with resources! I try to report if we find something clever for memory usage...
I confirm @Shreeshrii with >tesseract -v tesseract 4.0.0-beta.1 leptonica-1.75.3 libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.2) : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2...
this did work for me: [GODEL-v1](https://huggingface.co/microsoft/GODEL-v1_1-base-seq2seq?text=Hey+my+name+is+Julien%21+How+are+you%3F)