wilkinghoff / icassp2023

Accompanying code for the paper Design Choices for Learning Embeddings from Auxiliary Tasks for Domain Generalization in Anomalous Sound Detection.
GNU General Public License v3.0
8 stars 3 forks source link

Cloud you let me know the version of python and cuda? #1

Closed ibkuroyagi closed 1 year ago

ibkuroyagi commented 1 year ago

I would like to reproduce your code, but I am unable to execute it due to errors related to TensorFlow and Keras. Therefore, I kindly request you to provide information about the specific environment in which your code was tested and successfully executed. This information will greatly help me in resolving the issues I am currently facing. Thank you for your understanding and support.

wilkinghoff commented 1 year ago

Thank you for your interest. I used Python 3.6.5 and CUDA 10.1.

wyk777777 commented 1 year ago

Is the directory structure of the dataset different from the official one?

image
wilkinghoff commented 1 year ago

I did not use any "processed" or "raw" folders and just placed the folders for the machine types directly in "dev_data" or "eval_data". But other than that, it looks fine to me. But you can also simply adjust the paths in the script.

wyk777777 commented 1 year ago

Thank you very much for helping me answer my questions