I made a simple python facebook reaction counter, what do you think?: https://www.reddit.com/r/Python/comments/5llmu9/i_made_a_simple_python_facebook_reaction_counter/
reddit
I made a simple python facebook reaction counter, what... • /r/Python
2 points and 0 comments so far on reddit
Disk IO in multiprocess architecture?: https://www.reddit.com/r/Python/comments/5llpli/disk_io_in_multiprocess_architecture/
reddit
Disk IO in multiprocess architecture? • /r/Python
Hey everybody! I'm trying to figure out how to design a good architecture for a software of mine. I'm doing sensor measurements on a raspberry pi...
Keras uses way too much GPU memory when calling train_on_batch, fit, etc: http://stackoverflow.com/questions/39890147/keras-uses-way-too-much-gpu-memory-when-calling-train-on-batch-fit-etc
Stack Overflow
Keras uses way too much GPU memory when calling train_on_batch, fit, etc
I've been messing with Keras, and like it so far. There's one big issue I have been having, when working with fairly deep networks: When calling model.train_on_batch, or model.fit etc., Keras alloc...
Retraining the last layer of Inception-ResNet-v2: http://stackoverflow.com/questions/41407124/retraining-the-last-layer-of-inception-resnet-v2
Stackoverflow
Retraining the last layer of Inception-ResNet-v2
I am trying to retrain the last layer of inception-resnet-v2. Here's what I came up with:
Get names of variables in the final layer
Create a train_op to minimise only these variables wrt loss
Rest...
Get names of variables in the final layer
Create a train_op to minimise only these variables wrt loss
Rest...
Import and run shell functions seamlessly with Python: https://www.reddit.com/r/Python/comments/5lm3sj/import_and_run_shell_functions_seamlessly_with/
reddit
Import and run shell functions seamlessly with Python • /r/Python
1 points and 0 comments so far on reddit
Problems with Keras and Theano/Thensoflow: https://www.reddit.com/r/Python/comments/5lmlb9/problems_with_keras_and_theanothensoflow/
reddit
Problems with Keras and Theano/Thensoflow • /r/Python
So i've been building and learning architectural designs for neural networks for solving classification and regression problems. Relatively simple...
Looking for advice on Python libs for deserializing JSON to Python (Django backend): https://www.reddit.com/r/Python/comments/5lmo3d/looking_for_advice_on_python_libs_for/
reddit
Looking for advice on Python libs for deserializing... • /r/Python
So at my job, we've got a lot of different libraries we've used to do deserialization. We started with colander...
Need help with PySNMP snmpwalk: https://www.reddit.com/r/Python/comments/5ln1qv/need_help_with_pysnmp_snmpwalk/
reddit
Need help with PySNMP snmpwalk • /r/Python
Hello /r/python. I am currently working on a project which will use the SNMP to gather data from devices in the network. I am far from being...
Having trouble with running scripts via Spyder on EC2 (file paths): https://www.reddit.com/r/Python/comments/5lnayx/having_trouble_with_running_scripts_via_spyder_on/
reddit
Having trouble with running scripts via Spyder on EC2... • /r/Python
Hello - I have managed to connect Spyder on my local laptop to a remote kernel running on an EC2 instance. However, I am having some difficulty...
Numpy for a large grid of objects.: https://www.reddit.com/r/Python/comments/5lnrk8/numpy_for_a_large_grid_of_objects/
reddit
Numpy for a large grid of objects. • /r/Python
So, I'm trying to create a large (could be 1,000,000+× 500,00+) 2d numpy array of objects. Inside these objects I will be storing satellite data...
Year of Programming Challenge!: https://www.reddit.com/r/Python/comments/5lnxtp/year_of_programming_challenge/
reddit
Year of Programming Challenge! • /r/Python
Hello all, there was a post over at r/learnprogramming, it was a thread about people wanting to code everyday for this year. the community outgrew...
I'm writing a simple set of scripts to download webpages for offline browsing. Feel free to use them.: https://www.reddit.com/r/Python/comments/5lo35g/im_writing_a_simple_set_of_scripts_to_download/
reddit
I'm writing a simple set of scripts to download... • /r/Python
2 points and 0 comments so far on reddit
Get a building reverb Impulse reponse (e.g. big church) in Python: https://www.reddit.com/r/Python/comments/5log1d/get_a_building_reverb_impulse_reponse_eg_big/
reddit
Get a building reverb Impulse reponse (e.g. big... • /r/Python
2 points and 0 comments so far on reddit
Is there a way to modify audio input in real time?: https://www.reddit.com/r/Python/comments/5lon46/is_there_a_way_to_modify_audio_input_in_real_time/
reddit
Is there a way to modify audio input in real time? • /r/Python
I was thinking about making an interface to play a guitar through using python. Are there any modules that I could use to modify the audio from...
handling iTunes plist with 3,006 values for key in python 2 with plistlib: http://stackoverflow.com/questions/41399258/handling-itunes-plist-with-3-006-values-for-key-in-python-2-with-plistlib
Stackoverflow
handling iTunes plist with 3,006 values for key in python 2 with plistlib
I'm trying to handle iTunes plist with plistlib under Python 2.7 on a Mac OS El Capitan system. The problem is get('Tracks') returns 3,006 values that have apparently lost their subkeys. How do I h...