Vincent Michalski

Results 7 comments of Vincent Michalski

I assumed that this existed and should've guessed that the correct syntax is '...', but didn't! Luckily I saw your PR! Thanks! I agree this is a very useful example...

I ran the script from @andac-demir, saving the episode of the first batch instead of visualizing (see below). I think the images and labels might not be shuffled in the...

The relevant code should be [here](https://github.com/ElementAI/am3/blob/fc93813b7366933273dfeaea172f68de744c6d97/AM3_protonet%2B%2B.py#L886). The embedding matrix is loaded from the npz file and then the label embeddings are retrieved using tf.nn.embedding_lookup()

Thanks for your quick response! I understand. I thought it might be for that reason! :) I'm trying to use torchopt on the beluga cluster of Compute Canada (https://docs.alliancecan.ca/wiki/B%C3%A9luga/en). Python...

I think it's not fixed yet. I still get the same error message with the current version (**3.14.1**) Here's the (slightly) modified code: ``` import aim print(f"aim version {aim.__version__.__version__}") from...

@jcjohnson Sent an email requesting some test results. Hoping to get them soon. Thanks!

@JoanaMarieL Thank you for the information! Custom steps for media types would indeed be very useful! In the meantime it'd be great to add a note in the documentation, indicating...