TeCNO
TeCNO copied to clipboard
Hi, I generated the images and split of dataset, but couldn't find the exact structure of data required to run the training codes. Could you help me with structure of...
Hello, Thank you for sharing your code. With current package versions, I couldn't run the code. Could you chech the versions? I used pytorch-lightning=0.8.5 but self.log is not defined in...
# :bug: Bug Hello, I'm trying to run "python train.py -c modules/cnn/config/config_feature_extract.yml" but get some errors. I tried to get around some of them, but this 'self.log()' error seems very...
Hi. The problem in this issue "ImportError: cannot import name '_input_format_classification' from 'pytorch_lightning.metrics.utils'" also happened to me. As a solution, you pointed out "https://github.com/tobiascz/TeCNO/blob/master/requirements.txt" When I do pip install pytorch-lightning==0.8.5...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.2 to 1.0.1. Release notes Sourced from scikit-learn's releases. scikit-learn 1.0.1 We're happy to announce the 1.0.1 release with several bugfixes: You can see the changelog here:...
Hi, thanks for the nice work! I've tested your code, but I have some questions during the implementation. 1. The feature extraction stage has a very nice result but very...