prabathbr

Results 10 comments of prabathbr

> @paulgavrikov > > thank you i fixed "issue, merge request" title Thanks you very much for your fork. I just replaced "layered.py" from your fork in my installation and...

column names should be "name,price,quantity" not "name, price, quantity", otherwise list item will be {'name': 'Phone', ' price': '100', ' quantity': '1'} when reading CSV

> @amirshnll Link please You can install official package and replace "layers.py" in your installation with the file from below link. That is what I have done. https://github.com/semnan-university-ai/visualkeras/blob/master/visualkeras/layered.py

you need to disable identity_loss when using different input & output channel numbers as per paper

> So I received a pre-built Micro 8088 except they put in an SST39SF040. Practically that's not really an issue because it appears they flashed 4 images onto it at...

I am also trying this but has same issue. I have stacked my input to 6 channel NPZ and changed the dataset loader accordingly. My output channels would be just...

> Possible rewiring to 24 pin ATX power? you can simply remove additional 4 pins or use 24 pin -> 20 pin extension cable for couple of $ to keep...

I am also getting the same issue with Human mode on Python 3.9.7 after installing with `pip install flappy-bird-gym`. Random agent method is working fine with `flappy_bird_gym --mode random`. I...

# Fix for issue : https://github.com/Talendar/flappy-bird-gym/issues/3 by prabathbr (https://github.com/prabathbr/) import os from pathlib import Path _BASE_DIR = Path(os.path.dirname(os.path.realpath(__file__))).parent ASSETS_DIR = str(_BASE_DIR / "flappy_bird_gym/assets")

https://github.com/networkupstools/nut/issues/3142 I get the correct voltage with NUT-RELEASE-2.8.4. My UPS is CyberPower UT850EG. I believe `-FR` means just the socket type? ``` battery.voltage: 13.7 battery.voltage.nominal: 12 ```