Topaz Train - TypeError: concat() takes 1 positional argument but 2 were given

Please can you

  • post the output of the command
    conda list
    
    from inside the current conda environment (for future reference)
  • try creating a new environment
    conda deactivate
    conda create -n topaz_test2 python=3.6
    conda activate topaz_test2
    conda install topaz pytorch=1.10.2=py3.6_cuda11.3_cudnn8.2.0_0 -c tbepler -c pytorch
    

Does this help?