Thales Filizola Costa

Results 8 comments of Thales Filizola Costa

Ok @soumith, sorry for waiting so long to answer. Here are some information about my machine. Mac OS X version 10.9.3 Node v0.10.18 -> % luarocks list ## Installed rocks:...

@soumith, whats the version of your socket.io? Mine is: > require('socket.io') > { version: '0.9.16', > protocol: 1, > clientVersion: '0.9.16', > listen: [Function], > Manager: > { [Function: Manager]...

When I import socket.io inside node, the following line appears: 'client not handshaken': 1 whereas the error I receive is: Socket.handshakesocket.io.js:1659 are these things related?

I was able to isolate the issue to the model_fn function: ![image](https://github.com/aws/sagemaker-python-sdk/assets/2075175/f0137835-f9b5-418f-b5f8-63cc3411516c) ![image](https://github.com/aws/sagemaker-python-sdk/assets/2075175/588806fb-a46e-4d30-8c0f-8c051c7b18de)

Not sure if this is related on not, but the `tokenizer.save_pretrained()` call is skipping one file locally: 4 files added --> ![image](https://github.com/aws/sagemaker-python-sdk/assets/2075175/9320f57f-91b3-4bc5-8939-fa5dec18885c) only 3 files show up locally --> ![image](https://github.com/aws/sagemaker-python-sdk/assets/2075175/fc82ae9f-3e10-4368-8e6c-e1f0bb210dc1)

I wrapped model_fn in a try catch and here is the error: ![image](https://github.com/aws/sagemaker-python-sdk/assets/2075175/737a851a-5c7e-40ef-94af-3fc1fa9d5b17)

Additionally, I was trying to add extra logging, but unfortunately i hit this other issue, described at https://repost.aws/questions/QUMB6LvtnmT9adZ7RMw90iXQ/sagemaker-inconsistently-logging-user-log-statements

Also the install part of the tutorial is broken. Those two versions are not compatible with the latest conda: ![image](https://github.com/aws/amazon-sagemaker-examples/assets/2075175/98f3cc12-b447-43c2-a4ff-c08031997181)