Eric Han
Eric Han
I am experiencing the same problem as well, do we know what causes the problem?
I have tried to manually downgrade to kaleido 0.1 and plot my graph and the error still exist.
Looking forward to the next pypi release! Bump!
+1 would like to see this feature merged
Yea, consider this to be a bug too.. Strange case using vectors; I thought its the type checker but found this thread and realised its the implicit cast. ```mojo from...
Would be interested too, also to finetune from the pre-trained model. Some instructions would be great, I can find mostly inference stuff in the code.
Same would be interested as well!
I have followed your suggestions and have managed to make it work. Thanks so much!
For `create_appointment_group` i could get it to work after adding the `appointment_group['new_appointments']['0']=`... For `get_appointment_groups` needed the context code which was f'course_{course_id}' along with scope='manageable' to list as expected.