Poseidon

Results 3 comments of Poseidon

> Thank you, I see. Somehow config.json is not in the repository anymore, only the model_index.json is still there. So the code gives me error. Shold I make some changes...

The `loss_dict` is in the `run` method of class `BaseSDTrainProcess` in the file `jobs/process/BaseSDTrainProcess.py`: ~~~python # flush() ### HOOK ### loss_dict = self.hook_train_loop(batch_list) ~~~ You can declare a global list...

> My inital understand was that it intended to be used at runtime to point to a python environment, but now I think it seems to be used at build...