wenli135
wenli135
why discriminator_model.trainable = False is always False? thanks.
msgpack需要哪个版本呢? yar_pack.c: In function 'yar_unpack_data_type': yar_pack.c:211:8: error: 'MSGPACK_OBJECT_FLOAT' undeclared (first use in this function) case MSGPACK_OBJECT_FLOAT: ^ yar_pack.c:211:8: note: each undeclared identifier is reported only once for each function it...
### Question I was trying to run LLava inference on cpu, but it complains "Torch not compiled with CUDA enabled". I noticed that cuda() is called when loading model. If...