Jump to content

Zuccers

Member
  • Posts

    137
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Discord
    https://discord.gg/FeJTYn

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello, I made an image recognition model in python using keras, this is the input shape: input_shape=(3, 32, 32) The model itself works fine, but when I try to pass any other image that is not from the dataset I get this error: ValueError: Input 0 of layer sequential is incompatible with the layer: expected axis -1 of input shape to have value 3 but received input with shape (None, 32, 32, 1) I do reshape the image, but can not figure out why I am getting that error and failing every pass image = load_img("image.jpeg", grayscale="false", color_mode="rgb", target_size=(32, 32)) image = img_to_array(image) image = image.reshape(3, 32, 32, 1) image = image.astype('float32') image = image / 255.0 How do I go about solving this issue and reshaping the image correctly? Thanks in advance!
  2. Not sure if this is the right place to ask for it, but I'll try. Does anyone know how one would connect an active subwoofer and two home theater speakers (two speakers powered by one amplifier in this scenario) using a mixer? See all this sounds not that complicated, but the mixer would have to go before the amplifier and the subwoofer and somehow split the audio into two stereo channels. Maybe using the playback/headphones port of the mixer for the subwoofer and the main out to the amplifier so it would power the speakers. Any other possible ways to do this without putting the subwoofer on one channel and the speakers on another? I do not want to use mono, only stereo. Any help is highly appreciated.
  3. I recommend this w3schools https://www.w3schools.com/java/default.asp here's java the whole website is really helpful, just choose what you want to learn: https://www.w3schools.com/
  4. Thanks, will do, it will come in handy.
  5. Hello all, I have a small problem with C++, I am trying to read from a .txt file and line by line assign to string or integer, I can't figure anything out on this part, so I don't have any code, tried searching, but couldn't find and the w3 schools example with "getline()" doesn't work. Any help would be very useful. Gratefully, Zuccers.
  6. you can make an 'active" class, where the user is (page) make it a bit darker, so the user can orientate where they are https://www.w3schools.com/howto/howto_js_topnav.asp
  7. I mean let's start with the basics, I guess it could be: 1. Any sort of driver issue (Unlikely, unless after any sort of update...). 2. Overloaded ram(?) Basically too many apps running in the background (Chrome, Spotify, wallpaper managers, any screen recorders, etc.). 3. Have you tried contacting MS support? (guessing it is Windows). 4. I haven't really played with it, but have you tried any virtual memory, from a drive? (Again, assuming you are using Windows). Stay safe and keep us posted!
  8. Might find what you are looking for here: https://www.w3schools.com/css/css_rwd_images.asp Something like this: Picture { width: 100%; height: 400px; background-image: /*Image source*/ }
  9. Easy or hard i’m willing to do it, just trying to see if there’s a posibility to make it work, maybe using an external bluetooth device as a “host” and connecting the speakers to it?
  10. JBL Clip 2 with JBL Flip 3
  11. Sync as in connect both devices to one audio source
  12. Okay, so first of all: 1. I would check on updates / driver updates. 2. Take a look at power settings, I assume your laptop has a battery and you can change battery power settings to "high efficiency" if it's not set already. (Control Panel>>Hardware and Sound>>Power Options) If these tips don't work I would contact Microsoft/Windows support, they might be able to help you. Keep us posted! Good luck, Zuccers.
  13. Hello everyone, I want to sync up two JBL speakers and everything would be okay, but they are not compatible, so one works with JBL connect and the other one doesn't is there any way to sync them up? Thanks!
  14. Hello smart people, I was just wondering, why don't any of my scripts work? I use Chrome and write code in Tampermonkey. If any of you have a solution, please feel free to share it with me. Thanks, Zuccers.
×