Joseph Turian

Results 221 comments of Joseph Turian

I was googling around for pytorch-lightning multi-task training :)

``` ValueError: Tensorflow 1 is unsupported in Colab. Your notebook should be updated to use Tensorflow 2. See the guide at https://www.tensorflow.org/guide/migrate#migrate-from-tensorflow-1x-to-tensorflow-2. ```

@rabitt would love this feature. I am looking for a good programmatic splice with crossfade and pysox seemed like a good option.

> What we can do for now is just add an exception catcher that skips trying to index those files if they throw encoding errors + display a warning like...

Agree with @jgoerzen that this bug is a showstopper from getting me to migrate to archivebox currently :(

I believe I fixed this is https://github.com/ArchiveBox/ArchiveBox/pull/1026 TDLR, until that's merged: Add this to ArchiveBox.conf: ``` YOUTUBEDL_BINARY=/usr/bin/yt-dlp ``` If that doesn't work and you still get crap UnicodeDecodeErrors, you can...

@agnosticlines @selim13 You can use my docker image `turian/archivebox:migrations-0021` or wait for this PR to be merged: https://github.com/ArchiveBox/ArchiveBox/pull/1027 (based upon my branch https://github.com/turian/ArchiveBox/tree/feature/migrations-0021_auto_20220914_0934.py )

I believe I fixed this is https://github.com/ArchiveBox/ArchiveBox/pull/1026 TDLR, until that's merged: Add this to ArchiveBox.conf: ``` YOUTUBEDL_BINARY=/usr/bin/yt-dlp ``` If that doesn't work and you still get crap UnicodeDecodeErrors, you can...