We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, @ankitdhall how to fix the bug?
python network/ethec_experiments.py --experiment_name exp_test --experiment_dir exp --image_dir ETHEC_dataset_v0.1/ETHEC_dataset/IMAGO_build_test_resized/ --n_epochs 1 --model resnet18 --loss multi_level --set_mode train PyTorch Version: 2.1.0+cpu Torchvision Version: 0.16.0+cpu Traceback (most recent call last): File "network/ethec_experiments.py", line 466, in ETHEC_train_model(args) File "network/ethec_experiments.py", line 247, in ETHEC_train_model repo = git.Repo(search_parent_directories=True) File "C:\Users\omnisky.conda\envs\learning_embeddings\lib\site-packages\git\repo\base.py", line 267, in init raise InvalidGitRepositoryError(epath) git.exc.InvalidGitRepositoryError: E:\learning_embeddings
python network/ethec_experiments.py --experiment_name exp_test --experiment_dir exp --image_dir ETHEC_dataset_v0.1/ETHEC_dataset/IMAGO_build_test_resized/ --n_epochs 1 --model resnet18 --loss multi_level --set_mode train
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, @ankitdhall
how to fix the bug?
python network/ethec_experiments.py --experiment_name exp_test --experiment_dir exp --image_dir ETHEC_dataset_v0.1/ETHEC_dataset/IMAGO_build_test_resized/ --n_epochs 1 --model resnet18 --loss multi_level --set_mode train
PyTorch Version: 2.1.0+cpu
Torchvision Version: 0.16.0+cpu
Traceback (most recent call last):
File "network/ethec_experiments.py", line 466, in
ETHEC_train_model(args)
File "network/ethec_experiments.py", line 247, in ETHEC_train_model
repo = git.Repo(search_parent_directories=True)
File "C:\Users\omnisky.conda\envs\learning_embeddings\lib\site-packages\git\repo\base.py", line 267, in init
raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: E:\learning_embeddings
The text was updated successfully, but these errors were encountered: