Thomas Friedel

Results 35 comments of Thomas Friedel

I measrued with a stop watch. Ok tried it again, and it responded in 1.7 sec this time. I've also read there are two hardware revisions out. I have JK29LP....

thanks for the fix. change the line to this and you get the white text color: ```setw -g window-status-current-format "#[fg=$color_dark,bg=$color_main]$separator_powerline_right#[fg=$color_light] #I:#W# #[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]"```

I found the solution. add this line to tmux.conf: set-option -g set-clipboard off if it's on tmux is trying to set the clipboard with escape sequences which conflicts with xsel...

actually no. It's just the standard torchvision model wrapped with some code to make it a composer style model. Maybe it's not the model itself, but the loss function or...

this one: https://github.com/libffcv/ffcv/blob/main/ffcv/transforms/translate.py

I did install this and added it to a training pipeline I'm currently using. Got this error: ``` Exception in thread Thread-12: ValueError: cannot assign slice from input of different...

Yes it did work and added only a negligible slow down! Good work! However it didn't improve the accuracy in the example I tried. I'm going to run some more...

I see this too on my Samsung S7.

I just tested this and I observe that my requests timeout when a spot instance node goes down. For testing I use locust to put load on the instance and...