notBradPitt

Results 13 issues of notBradPitt

While overlaying the nude on the original picture, it's better to have adjustment for brightness, contrast, exposure, etc. rather than having filters like grayscale

enhancement

Instead of having multiple colors, perhaps it'd be easier to have it on multiple layers instead so painting one layer wouldn't affect the other layer. For example when painting skin,...

enhancement

It's quite difficult to do manual masking without looking at the original picture and knowing where things are supposed to be. A slider (like x ray mode that can switch...

enhancement

The epsilon decay in the code is under the module `agent.replay()` which is called every step, making the epsilon rapidly decline during the first episode. I don't know if this...

I'm having trouble importing BB3 model using Colab. I've tried several names but none of them work, even simple commands like `parlai interactive --model-file "zoo:bb3/bb3_3B/model"` still returns an error. ```...

bb3

I'm having issues with `wrds`, specifically version 3.1.6 which is required by FinRL. However, version 3.1.5 seems to work fine and I had to downgrade before reinstalling FinRL without the...

bug

I'm getting the following error when running the example code, specifically the backtest plot. `ConversionError: Failed to convert value(s) to axis units: (NaT, Timestamp('2023-03-29 00:00:00+0000', tz='UTC'))` The comment inside the...

bug

From [this article](https://towardsdatascience.com/finrl-for-quantitative-finance-tutorial-for-multiple-stock-trading-7b00763b7530), I assume that if the output tells me to buy/sell a stock at date _t_, I'm supposed to take actions the next day (_t+1_) with the closing...

bug
discussion

The fonts on recurring task and custom list doesn't work properly on dark mode, it only shows when hovered over: ![image](https://github.com/manuelernestog/weektodo/assets/85218180/ea4f1476-344b-4bd1-90a2-0310c36eb2bc) ![image](https://github.com/manuelernestog/weektodo/assets/85218180/4e325b05-95ff-4c08-90db-74c98994442d)

bug
good first issue
accepted

I can't, for the love of God, remove the file associations. I've spent over half an hour trying to figure out how to remove the file associations, but everytime I...

question