Kalvin Tipton

Results 7 issues of Kalvin Tipton

So in the documentation it specifies that colossalai.launch or launch_from_torch should say: colossalai.launch(config=./config, rank=args.rank, world_size=args.world_size, host=args.host, port=args.port, backend=args.backend ) However, when I try and run that it tells me that...

Maybe I'm fundamentally misunderstanding something about the whole process but if you have the ability to direct the model to specifically make the model generate images in certain directions why...

It seems that ninja tries to run this file and then although it says two errors I have a few more variables than that, that it says are referenced but...

I'm attempting to train off of image-text pairs, however, there aren't really any good examples that I could find of how this is accomplished. It's all about the unconditional which...

Do you happen to have another way to run inference.py? Main.py is too much for my computer to handle so I ran and created a training directory using train.py, however,...

I have been working for a few weeks trying to adapt your technique to a RL algorithm I've been developing. Nothing fancy, I was already in the process of testing...

This command: cmake --build build --config RelWithDebInfo -j 16 and this command: cmake --build build --config RelWithDebInfo -j produce errors after the building of dependencies using cmake . -B build...