Skip to content
New issue

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

IndentationError: expected an indented block #3

Open
hzxie opened this issue Apr 16, 2024 · 0 comments
Open

IndentationError: expected an indented block #3

hzxie opened this issue Apr 16, 2024 · 0 comments

Comments

@hzxie
Copy link

hzxie commented Apr 16, 2024

Traceback (most recent call last):
  File "train_net.py", line 4, in <module>
    from lib.networks.make_network import make_network
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/make_network.py", line 3, in <module>
    from lib.networks import urbangiraffe  #, bboxNeRF, GAN2d
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/urbangiraffe.py", line 9, in <module>
    from lib.networks.GAN.generators import urbangiraffe, giraffe, ngp2d, styleGAN
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/GAN/generators/urbangiraffe.py", line 17, in <module>
    from lib.networks.models import *
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/models/__init__.py", line 4, in <module>
    from .spade import FeatureVolumeGenerator
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/models/spade.py", line 95
    else:
    ^
IndentationError: expected an indented block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant