You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: