Code Monkey home page Code Monkey logo

deeplearningproject's Issues

오타 문의

안녕하세요

14페이지에

-(0log0.2 + 0log0.3 * 1 * log0.5) 이렇게 되어있는데

-(0log0.2 + 0log0.3 + 1 * log0.5)이렇게 바뀌어야 할거 같습니다.

demo.py

비명탐지에서 demo.py 파일을 사용하였는데, github와 책에는 코드가 없습니다.
어디서 찾아봐야 할까요?

Part 4 작물 잎 사진으로 질병 분류하기 데이터셋 문의

해당 프로젝트에 사용되는 데이터셋이 무엇인지 여쭤보고 싶습니다.
그대로 재현을 하고 싶은데, 데이터셋에 대한 얘기가 책에도 깃헙에도 없어서요.

만약 캐글 등 여러 군데에 있는 데이터들을 한 곳에 모은 것이라면, 각각 어디에서 가져왔는지 혹시 알려주실 수 있을까요?

감사합니다.

06_실제사진_애니메이션_만들기 관련 문의

github에 있는 소스를 그대로 실행할 경우

in
1 # Training data loader
----> 2 dataloader = DataLoader(
3 ImageDataset("../datasets/%s" % dataset_name, transforms_=transforms_, unaligned=True),
4 batch_size=batch_size,
5 shuffle=True,

이 부분에서
ValueError: num_samples should be a positive integer value, but got num_samples=0
오류가 나는데요.
어떤 문제인지 알 수 잇을가요?
다른 torch.utils.data 데이터 사용하는 예제는 잘 동작 합니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.