Skip to content
#

configurable

Here are 224 public repositories matching this topic...

cravend
cravend commented Sep 3, 2021

When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.

As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.

My use case is: I use this script t

help wanted good first issue

TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。

  • Updated May 27, 2022
  • Python
JohannesAck
JohannesAck commented Jun 3, 2022

Describe the bug
The downloads for MPI3D and dSprites do not work automatically

To Reproduce

from disent.dataset.data import Mpi3dData
data = Mpi3dData(in_memory=True)

Leads to

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\[...]\\data\\dataset\\mpi3d_realistic\\mpi3d_realistic.npz'

Expected behaviour
It would be nice if the datasets

bug good first issue

[Docs & Development] Soogle, self-made searchable system for your knowledge jessie(docs, images, etc.), with futuristic and friendly clients, integrated with Google/Baidu APIs(OCR, Translate) 💫笔者在日常笔记、写作、浏览、发布中的工具集锦,包含构建自己的文档/图片等知识搜索能力,多端接入以便捷使用 OCR/翻译等外部 API 等

  • Updated Apr 29, 2022
  • TypeScript
thomasborgen
thomasborgen commented Jan 26, 2021

Require success is our way of enabling the users to choose what is considered as errors and should hard fail.

When something is required to succeed, it must apply its function successfully.

ie: in casting, casting "123" to integer will succeed, but casting "test" to integer will fail.

When require_success is set to True in casting then this will trigger a hard fail and mapping wil

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the configurable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the configurable topic, visit your repo's landing page and select "manage topics."

Learn more