gan-control icon indicating copy to clipboard operation
gan-control copied to clipboard

Problems with testing Colab

Open Mayorc1978 opened this issue 2 years ago • 0 comments

Path src assigned before cloning the GIT (missing step). Problems also with:

from gan_control.inference.controller import Controller
controller_path = '../resources/gan_models/controller_age015id025exp02hai04ori02gam15'
controller = Controller(controller_path)

Errors: INFO:gan_control.inference.controller: Init Controller class... INFO:gan_control.inference.inference: Init inference class... INFO:gan_control.inference.inference: Retrieve config from ../resources/gan_models/controller_age015id025exp02hai04ori02gam15/generator/args.json

Mayorc1978 avatar May 01 '22 13:05 Mayorc1978