robinmeier

Results 9 comments of robinmeier

fwiw, 13.0-koumura-bengalese-finch-custom-parsing.ipynb in the avgn_paper repo is working for me and generates the json files.

hi @timsainb thanks for getting back to me. here's the error message with the exception removed: ``` --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 27 for idx, gbird, gdset,...

i'm not sure BF is supposed to be a directory. it's declared here: `dsets = [(input_loc+'Bird*/Wave/*.wav', 'BF')] ` am running on osx and changed the path to the wav files...

i installed it from here: https://developer.nvidia.com/cuda-downloads but still can't install cutorch posted a message on the cutorch github page but no reply so far On 9 March 2016 at 18:46,...

thank you for the update.. i just removed torch directory and reinstalled eveything after installing cuda toolkit but still get same errors when trying to build cutorch, starting with this...

installing xcode commande line utils with xcode-select --install fixed this. have a new error now ;) maybe related to ox x 10.10 ? 1 warning generated. [ 79%] Linking CXX...

cutorch finally installed, using this trick: went into /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ and duplicated libBLAS.dylib / renamed it to libSparseBLAS.dylib On 14 March 2016 at 11:49, robin meier [email protected] wrote: > installing xcode...

this was fixed by adding `tf.enable_eager_execution() ` to your code. i think this is actually related to hparams and maybe to the fact that i'm trying to run the code...

pretty sure this is related to my issue https://github.com/timsainb/vocalization-segmentation/issues/3