cloudscapes

Results 8 issues of cloudscapes

Hi there, it seems that the google finance API is deprecated and as such the "prep.py" file is not working anymore! can someone describe what has to be changed in...

in the dallinger deployment.py : ``` heroku_config = { "aws_access_key_id": config["aws_access_key_id"], "aws_secret_access_key": config["aws_secret_access_key"], "aws_region": config["aws_region"], "auto_recruit": config["auto_recruit"], "smtp_username": config["smtp_username"], "smtp_password": config["smtp_password"], "whimsical": config["whimsical"], "FLASK_SECRET_KEY": codecs.encode(os.urandom(16), "hex").decode("ascii"), } ``` results in...

Hi there, I try to use the DAUs to replace standard convolutional blocks in a modified U-Net architecture but I do get these warnings and this error : > WARNING:...

Hi, Can I use "padding = same" in a dau_conv2d_tf layer the way one can usually use it in a regular Keras/tensorflow layer(Conv2D(filters,(num_row, num_col), strides=strides, padding="same")) ? cheers, H

Hi, i try to follow the installation instructions and i get this error after typing **make check** `Making check in libs make[1]: *** No rule to make target `*.h', needed...

Hi Biran, I've built a fully convolutional UNet architecture for chord recognition. Looking at your code here, I see that you use a GRU for decoding and you get your...

Hi there! In the 00 - Augmentation.ipynb file you create the augmentation engine by specifying the number of shifts as n_semitones=[-1, 1, -2, 2, -3, 3, -4, 4, -5, 5,...

Hi there, I was scrolling through the available datasets here and found out that the Robbie Williams dataset is not available. The annotations can be found in http://ispg.deib.polimi.it/mir-software.html . These...