Results 10 issues of Sungho Park

In the case of private SSL, it has been improved to ignore the part where user information cannot be obtained because the SSL verification cannot be ignored.

openid-cla: no

fix mlp, cifar10, conv Various error fixes use minibatch

3-monte-carlo/mc_gant.py 에서 31 번째 줄 G_t = self.discount_factor * (reward[1] + G_t) 가 G_t = reward[1] + self.discount_factor *G_t 로 바꾸어야 될거 같습니다.

splitschema function updated

def ind_nodes(self, graph=None): """ Returns a list of all nodes in the graph with no dependencies. """ if graph is None: graph = self.graph dependent_nodes = set(tuple(node) for dependents in...

help wanted

I created an NFT in solana devnet and to check the created NFT, I selected "View Profile" and searched in "Created" tab, but the NFT I just created is not...

In `chat_with_retrieval/app.py`, an error occurs if `use_flare = True` and , error if `use_moderation =True`. chat_with_documents.py: FlareChain and ConversationalRetrievalChain have different input and output names. For FlareChain, `user_input` and `response`...

korbit-code-analysis

When I run the below code from the tutorial "04 hidden markove model", I get the following error. I was wondering what could be the cause. Please let me know...

remove "signers = list(map(Keypair, set(map(lambda s: s.seed, signers))))" "set" change signers order so in case of feepayer would be last, tx fail In case skip_preflight=False, tx success ratio high